fix(uptime-kuma): add proxy network for internet access to Discord/Telegram
Some checks failed
CI/CD / syntax-check (push) Successful in 1m7s
CI/CD / deploy (push) Has been cancelled

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:
jack 2026-03-26 05:01:27 +07:00
parent d83ead2cbe
commit 1b063c3947

View file

@ -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: