switch watchtower for wud
All checks were successful
Update Compose File / build (push) Successful in 40s
All checks were successful
Update Compose File / build (push) Successful in 40s
This commit is contained in:
16
compose.yml
16
compose.yml
@@ -311,16 +311,18 @@ services:
|
||||
- ${DATA}/vaultwarden:/data
|
||||
restart: unless-stopped
|
||||
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
image: containrrr/watchtower:latest
|
||||
environment:
|
||||
WATCHTOWER_CLEANUP: true
|
||||
WATCHTOWER_POLL_INTERVAL: 30
|
||||
WATCHTOWER_DISABLE_CONTAINERS: "cloudflared pihole vaultwarden"
|
||||
whatsupdocker:
|
||||
image: ghcr.io/getwud/wud
|
||||
container_name: wud
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: always
|
||||
labels: # traefik
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.wud.rule=Host(`wud.${DOMAIN}`)"
|
||||
- "traefik.http.routers.wud.entrypoints=https"
|
||||
- "traefik.http.routers.wud.tls=true"
|
||||
- "traefik.http.services.wud.loadbalancer.server.port=3000"
|
||||
|
||||
# Personal Websites
|
||||
craisin-cove:
|
||||
|
||||
Reference in New Issue
Block a user