2025-04-11 01:41:19 +03:00

8 lines
206 B
YAML

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