STAM 46fd18555d
atlasian new images
+ jira
+ bitbucket
+ confluence
+ crowd
2025-03-29 18:37:26 +03:00

16 lines
488 B
YAML

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}