2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-07-27 23:51:43 +03:00
STAM d0191827f1
atlasian new images
+ jira
+ bitbucket
+ confluence
+ crowd
2025-03-23 23:47:07 +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}