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
|
- ${DATA}/vaultwarden:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
watchtower:
|
whatsupdocker:
|
||||||
container_name: watchtower
|
image: ghcr.io/getwud/wud
|
||||||
image: containrrr/watchtower:latest
|
container_name: wud
|
||||||
environment:
|
|
||||||
WATCHTOWER_CLEANUP: true
|
|
||||||
WATCHTOWER_POLL_INTERVAL: 30
|
|
||||||
WATCHTOWER_DISABLE_CONTAINERS: "cloudflared pihole vaultwarden"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: always
|
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
|
# Personal Websites
|
||||||
craisin-cove:
|
craisin-cove:
|
||||||
|
|||||||
Reference in New Issue
Block a user