Updates for IPv6 and nginx

This commit is contained in:
root
2019-12-29 00:00:10 +01:00
parent f6dfb50d1b
commit d8ac245266
2 changed files with 64 additions and 35 deletions

View File

@@ -20,6 +20,9 @@ services:
options:
max-size: ${NGINX_WEB_LOG_MAX_SIZE:-4m}
max-file: ${NGINX_WEB_LOG_MAX_FILE:-10}
environment:
ENABLE_IPV6: "true"
RESOLVERS: "8.8.8.8 8.8.4.4"
nginx-gen:
image: jwilder/docker-gen
@@ -39,6 +42,9 @@ services:
options:
max-size: ${NGINX_GEN_LOG_MAX_SIZE:-2m}
max-file: ${NGINX_GEN_LOG_MAX_FILE:-10}
environment:
ENABLE_IPV6: "true"
RESOLVERS: "8.8.8.8 8.8.4.4"
nginx-letsencrypt:
image: jrcs/letsencrypt-nginx-proxy-companion
@@ -53,6 +59,9 @@ services:
environment:
NGINX_DOCKER_GEN_CONTAINER: ${DOCKER_GEN:-nginx-gen}
NGINX_PROXY_CONTAINER: ${NGINX_WEB:-nginx-web}
ENABLE_IPV6: "true"
RESOLVERS: "8.8.8.8 8.8.4.4"
logging:
driver: ${NGINX_LETSENCRYPT_LOG_DRIVER:-json-file}
options: