a
This commit is contained in:
parent
17b3bcbecb
commit
84dcc806c6
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ x-common: &common
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_EMAIL=webmaster@faulty.nl
|
- DEFAULT_EMAIL=webmaster@faulty.nl
|
||||||
- DEFAULT_HOST=home.famslof.nl
|
- DEFAULT_HOST=home.famslof.nl
|
||||||
volumes:
|
volumes: &common-volumes
|
||||||
- /srv/.webcerts:/etc/nginx/certs:rw
|
- /srv/.webcerts:/etc/nginx/certs:rw
|
||||||
- /srv/proxy/config/conf.d:/etc/nginx/conf.d
|
- /srv/proxy/config/conf.d:/etc/nginx/conf.d
|
||||||
- /srv/proxy/other/vhost.d:/etc/nginx/vhost.d
|
- /srv/proxy/other/vhost.d:/etc/nginx/vhost.d
|
||||||
- /srv/proxy/data/html:/usr/share/nginx/html
|
- /srv/proxy/data/html:/usr/share/nginx/html
|
||||||
- /var/run/docker.sock:/tmp/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
||||||
|
|
Reference in a new issue