mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-29 10:40:42 +02:00
configure acme
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
|||||||
container_name: nginx-proxy-acme
|
container_name: nginx-proxy-acme
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||||
|
- NGINX_PROXY_CONTAINER=nginx-proxy
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ${ROOT_INSTALL}/data/nginx-proxy/conf.d:/etc/nginx/conf.d
|
- ${ROOT_INSTALL}/data/nginx-proxy/conf.d:/etc/nginx/conf.d
|
||||||
|
|||||||
Reference in New Issue
Block a user