fix: add proxy support to httpx to allow Telegram API requests

This commit is contained in:
Gan, Jimmy
2026-02-20 10:36:59 +08:00
parent b063382085
commit ec2f60fb2f
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -36,6 +36,8 @@ services:
- VPS_SSH_USER=jimmyg
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN:-}
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-}
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTPS_PROXY:-}
volumes:
- /volume1:/volume1
- /volume1/docker/nas-dashboard/ssh/dashboard_terminal:/app/ssh/id_ed25519:ro