mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-29 08:29:26 +03:00
16 lines
496 B
YAML
16 lines
496 B
YAML
services:
|
|
app:
|
|
image: "quay.io/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}
|