Created templates

This commit is contained in:
eroncero
2025-08-18 13:01:47 +02:00
parent a627334290
commit 7073907fe1
3 changed files with 68 additions and 0 deletions

17
.env.template Normal file
View File

@@ -0,0 +1,17 @@
# IPv4
NGINX_HTTP_IPV4_HOST=127.0.0.1
NGINX_HTTP_IPV4_PORT=8888
NGINX_HTTPS_IPV4_HOST=127.0.0.1
NGINX_HTTPS_IPV4_PORT=8843
# IPv6
NGINX_HTTP_IPV6_HOST=::1
NGINX_HTTP_IPV6_PORT=8888
NGINX_HTTPS_IPV6_HOST=::1
NGINX_HTTPS_IPV6_PORT=8843
# Container Ports (constant)
NGINX_CONTAINER_HTTP_PORT=80
NGINX_CONTAINER_HTTPS_PORT=443
PHP_VERSIONS=7.4 7.2