docker-scripts/linux/ecosystem/nginx/latest/mainline/main/docker-compose.yml
2024-06-21 16:22:11 +03:00

17 lines
502 B
YAML

#version: '3'
services:
app:
image: "epicmorg/nginx:${NGINX_TAG}"
build:
context: .
args:
NGINX_TAG: latest
NGINX_#version: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}
OPENSSL_#version: ${OPENSSL_VERSION}
OPENSSL_DOWNLOAD_URL: ${OPENSSL_DOWNLOAD_URL}
PCRE_#version: ${PCRE_VERSION}
PCRE_DOWNLOAD_URL: ${PCRE_DOWNLOAD_URL}
ZLIB_#version: ${ZLIB_VERSION}
ZLIB_DOWNLOAD_URL: ${ZLIB_DOWNLOAD_URL}