This commit is contained in:
Didier Slof 2023-02-26 17:15:19 +01:00
parent 17b3bcbecb
commit 84dcc806c6
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -10,12 +10,12 @@ x-common: &common
environment:
- DEFAULT_EMAIL=webmaster@faulty.nl
- DEFAULT_HOST=home.famslof.nl
volumes:
volumes: &common-volumes
- /srv/.webcerts:/etc/nginx/certs:rw
- /srv/proxy/config/conf.d:/etc/nginx/conf.d
- /srv/proxy/other/vhost.d:/etc/nginx/vhost.d
- /srv/proxy/data/html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock
- /var/run/docker.sock:/var/run/docker.sock
networks:
proxy: