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

17 lines
502 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +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
2024-06-21 16:22:11 +03:00
NGINX_#version: ${NGINX_VERSION}
2023-12-26 01:56:19 +03:00
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}
2024-06-21 16:22:11 +03:00
OPENSSL_#version: ${OPENSSL_VERSION}
2023-12-26 01:56:19 +03:00
OPENSSL_DOWNLOAD_URL: ${OPENSSL_DOWNLOAD_URL}
2024-06-21 16:22:11 +03:00
PCRE_#version: ${PCRE_VERSION}
2023-12-26 01:56:19 +03:00
PCRE_DOWNLOAD_URL: ${PCRE_DOWNLOAD_URL}
2024-06-21 16:22:11 +03:00
ZLIB_#version: ${ZLIB_VERSION}
2023-12-26 01:56:19 +03:00
ZLIB_DOWNLOAD_URL: ${ZLIB_DOWNLOAD_URL}