Reference portainer stack.env
This commit is contained in:
parent
80029a1bce
commit
27106224d9
@ -6,4 +6,6 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
- ZONE=shoebottom.ca
|
||||
- PROXIED=true
|
||||
- PROXIED=true
|
||||
env_file:
|
||||
- stack.env
|
@ -24,4 +24,6 @@ services:
|
||||
# https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
|
||||
cap_add:
|
||||
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- stack.env
|
@ -16,3 +16,5 @@ services:
|
||||
- /docker/appdata/vikunja/files:/app/vikunja/files
|
||||
- /docker/appdata/vikunja/db:/db
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- stack.env
|
@ -12,6 +12,8 @@ services:
|
||||
- WATCHTOWER_REMOVE_VOLUMES=true
|
||||
- WATCHTOWER_INCLUDE_RESTARTING=true
|
||||
- WATCHTOWER_POLL_INTERVAL=7200
|
||||
env_file:
|
||||
- stack.env
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user