fix(uptime-kuma): add proxy network for internet access to Discord/Telegram
Container was on backend (internal: true) only — couldn't resolve discord.com for webhook notifications. Added proxy network which has outbound internet access. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d83ead2cbe
commit
1b063c3947
1 changed files with 1 additions and 0 deletions
|
|
@ -573,6 +573,7 @@ services:
|
|||
- no-new-privileges:true
|
||||
networks:
|
||||
- backend
|
||||
- proxy # needs internet access for Discord/Telegram notifications
|
||||
volumes:
|
||||
- uptime_kuma_data:/app/data
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Reference in a new issue