2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-05 11:39:26 +03:00
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}