docker-scripts/linux/ecosystem/nginx/latest/mainline/main/docker-compose.yml

17 lines
497 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +03:00
version: '3'
2022-11-14 22:12:31 +03:00
services:
app:
2023-12-26 01:56:19 +03:00
image: "epicmorg/nginx:${NGINX_TAG}"
2022-11-14 22:12:31 +03:00
build:
context: .
args:
2023-12-26 01:56:19 +03:00
NGINX_TAG: latest
2022-11-14 22:12:31 +03:00
NGINX_VERSION: ${NGINX_VERSION}
2023-12-26 01:56:19 +03:00
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}