Update diun/docker-compose.yml/docker-compose.yml
This commit is contained in:
@@ -16,8 +16,8 @@ services:
|
||||
- "DIUN_PROVIDERS_SWARM=true"
|
||||
- "DIUN_PROVIDERS_SWARM_WATCHBYDEFAULT=true"
|
||||
|
||||
- "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.1:8111"
|
||||
- "DIUN_NOTIF_GOTIFY_TOKEN=A89ZfKYprUMWfl1" # get your token from Gotify UI
|
||||
- "DIUN_NOTIF_GOTIFY_ENDPOINT=http://192.168.1.4:8111"
|
||||
- "DIUN_NOTIF_GOTIFY_TOKEN=AYGAmJ7LSHQvOSx" # get your token from Gotify UI
|
||||
- "DIUN_NOTIF_GOTIFY_PRIORITY=5"
|
||||
- "DIUN_NOTIF_GOTIFY_TIMEOUT=10s"
|
||||
deploy:
|
||||
@@ -25,11 +25,5 @@ services:
|
||||
placement:
|
||||
constraints: [node.role == manager]
|
||||
replicas: 1
|
||||
networks:
|
||||
- caddy_net
|
||||
|
||||
networks:
|
||||
caddy_net:
|
||||
external: true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user