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