Reference portainer stack.env

This commit is contained in:
Isaac Shoebottom 2024-05-31 21:01:21 -03:00
parent 80029a1bce
commit 27106224d9
4 changed files with 10 additions and 2 deletions

View File

@ -6,4 +6,6 @@ services:
restart: always
environment:
- ZONE=shoebottom.ca
- PROXIED=true
- PROXIED=true
env_file:
- stack.env

View File

@ -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

View File

@ -16,3 +16,5 @@ services:
- /docker/appdata/vikunja/files:/app/vikunja/files
- /docker/appdata/vikunja/db:/db
restart: unless-stopped
env_file:
- stack.env

View File

@ -12,6 +12,8 @@ services:
- WATCHTOWER_REMOVE_VOLUMES=true
- WATCHTOWER_INCLUDE_RESTARTING=true
- WATCHTOWER_POLL_INTERVAL=7200
env_file:
- stack.env
networks:
default: