Skip to content

Commit

Permalink
build: add watchtower notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Nov 13, 2024
1 parent 154be51 commit c3a5585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ PUBLIC_MAINTENANCE_MODE=false

NAS_ADDR=
NAS_PATH=

UPDATE_NOTIFICATION_HOST=
UPDATE_NOTIFICATION_URL=
4 changes: 4 additions & 0 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ services:
- caddy
labels:
- "com.centurylinklabs.watchtower.enable=true"
environment:
- WATCHTOWER_NOTIFICATIONS=shoutrrr
- WATCHTOWER_NOTIFICATIONS_HOSTNAME=$UPDATE_NOTIFICATION_HOST
- WATCHTOWER_NOTIFICATION_URL=$UPDATE_NOTIFICATION_URL
caddy:
volumes:
- caddy-log:/var/log
Expand Down

0 comments on commit c3a5585

Please sign in to comment.