compose/web: Keep track of acme state

This commit is contained in:
Tom Wiesing 2021-02-08 11:13:24 +01:00
parent e67974e985
commit 0bda3d7b1f
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -30,6 +30,7 @@ services:
- "html:/usr/share/nginx/html" - "html:/usr/share/nginx/html"
- "/var/run/docker.sock:/tmp/docker.sock:ro" - "/var/run/docker.sock:/tmp/docker.sock:ro"
- "certs:/etc/nginx/certs" - "certs:/etc/nginx/certs"
- "acme:/etc/acme.sh"
restart: always restart: always
networks: networks:
- default - default
@ -37,6 +38,7 @@ services:
- nginx-proxy - nginx-proxy
volumes: volumes:
acme:
vhost: vhost:
html: html:
certs: certs: