addition of profiles
This commit is contained in:
parent
1f11af31f2
commit
222376d13f
2 changed files with 18 additions and 0 deletions
|
@ -40,6 +40,8 @@ services:
|
|||
- DEFAULT_EMAIL=webmaster@faulty.nl
|
||||
- DEFAULT_HOST=home.famslof.nl
|
||||
#- NGINX_DOCKER_GEN_CONTAINER=proxy
|
||||
profiles:
|
||||
- production
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
|
@ -65,6 +67,8 @@ services:
|
|||
- /lib/modules:/lib/modules
|
||||
ports:
|
||||
- 51820:51820/udp
|
||||
profiles:
|
||||
- production
|
||||
sysctls:
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
restart: unless-stopped
|
Reference in a new issue