2025-04-21 17:02:06 +03:00

8 lines
200 B
YAML

services:
app:
image: "quay.io/epicmorg/nginx:${NGINX_VERSION}"
build:
context: .
args:
NGINX_#version: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}