dsf
This commit is contained in:
parent
cd02f09a6d
commit
8d2a0f600b
2 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,11 @@
|
||||||
gelf-address: "udp://192.168.5.17:12201"
|
gelf-address: "udp://192.168.5.17:12201"
|
||||||
tag: "vikunja"
|
tag: "vikunja"
|
||||||
deploy:
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 10s
|
||||||
|
max_attempts: 5
|
||||||
|
window: 60s
|
||||||
labels:
|
labels:
|
||||||
homepage.group: "Application"
|
homepage.group: "Application"
|
||||||
homepage.name: "Vikunja"
|
homepage.name: "Vikunja"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@ services:
|
||||||
delay: 10s
|
delay: 10s
|
||||||
max_attempts: 5
|
max_attempts: 5
|
||||||
window: 60s
|
window: 60s
|
||||||
|
labels:
|
||||||
|
caddy: "ntfy.netgrimoire.com"
|
||||||
|
#caddy.import: "authentik"
|
||||||
|
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue