Update docker-compose.yml
Deploy mini-pc / deploy (push) Successful in 39s

This commit is contained in:
Dmitry
2026-05-31 14:52:30 +03:00
parent 16aa567053
commit cb401219e8
+3 -3
View File
@@ -9,9 +9,9 @@ services:
environment: environment:
TELEGRAM_HTTP_PORT: "8081" TELEGRAM_HTTP_PORT: "8081"
TELEGRAM_LOCAL: "1" TELEGRAM_LOCAL: "1"
TELEGRAM_PROXY: http://192.168.1.10:10171 TELEGRAM_PROXY: http://192.168.1.10:10172
HTTP_PROXY: http://192.168.1.10:10171 HTTP_PROXY: http://192.168.1.10:10172
HTTPS_PROXY: http://192.168.1.10:10171 HTTPS_PROXY: http://192.168.1.10:10172
NO_PROXY: localhost,127.0.0.1,telegram-bot-api,uptime-kuma NO_PROXY: localhost,127.0.0.1,telegram-bot-api,uptime-kuma
volumes: volumes:
- /opt/data/telegram-bot-api:/var/lib/telegram-bot-api - /opt/data/telegram-bot-api:/var/lib/telegram-bot-api