dfg
This commit is contained in:
parent
c58ff9bb07
commit
38c3d9e10d
1 changed files with 15 additions and 15 deletions
30
web.yaml
30
web.yaml
|
|
@ -1,4 +1,3 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
web:
|
||||
|
|
@ -14,20 +13,7 @@ services:
|
|||
- PUID=1001
|
||||
- PGID=998
|
||||
- TZ=America/Chicago
|
||||
labels:
|
||||
# Homepage
|
||||
- "homepage.name=www.wasted-bandwidth.net"
|
||||
- "homepage.icon=mdi:web"
|
||||
# Kuma
|
||||
- "kuma.web.http.name=www.wasted-bandwidth.net"
|
||||
- "kuma.web.http.url=http://web:80"
|
||||
# Caddy reverse proxy
|
||||
- caddy=www.wasted-bandwidth.net
|
||||
- caddy.import=authentik
|
||||
- caddy.reverse_proxy={{upstreams 80}}
|
||||
# Diun
|
||||
- "diun.enable=true"
|
||||
- "diun.notification.ntfy=true"
|
||||
|
||||
|
||||
deploy:
|
||||
mode: replicated
|
||||
|
|
@ -37,6 +23,20 @@ services:
|
|||
delay: 5s
|
||||
max_attempts: 3
|
||||
window: 120s
|
||||
labels:
|
||||
# Homepage
|
||||
- "homepage.name=www.wasted-bandwidth.net"
|
||||
- "homepage.icon=mdi:web"
|
||||
# Kuma
|
||||
- "kuma.web.http.name=www.wasted-bandwidth.net"
|
||||
- "kuma.web.http.url=http://web:80"
|
||||
# Caddy reverse proxy
|
||||
- caddy=www.wasted-bandwidth.net
|
||||
- caddy.import=authentik
|
||||
- caddy.reverse_proxy={{upstreams 80}}
|
||||
# Diun
|
||||
- "diun.enable=true"
|
||||
- "diun.notification.ntfy=true"
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue