We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9828 commit e31fca6Copy full SHA for e31fca6
deployment/docker-compose.yml
@@ -79,7 +79,7 @@ services:
79
restart: always
80
environment:
81
WATCHTOWER_NOTIFICATIONS: 'shoutrrr'
82
- WATCHTOWER_NOTIFICATIONS_HOSTNAME: eventyay-next
+ WATCHTOWER_NOTIFICATIONS_HOSTNAME: ${WATCHTOWER_NOTIFICATIONS_HOSTNAME}
83
WATCHTOWER_POLL_INTERVAL: 600
84
WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL}
85
command: watchtower eventyay-next-web eventyay-next-websocket eventyay-next-worker --cleanup
deployment/env.prod-sample
@@ -8,3 +8,4 @@ POSTGRES_PASSWORD=CHANGEME_pass
8
POSTGRES_HOST=eventyay-next-db
9
POSTGRES_PORT=5432
10
WATCHTOWER_NOTIFICATION_URL=
11
+WATCHTOWER_NOTIFICATIONS_HOSTNAME=some-hostname
0 commit comments