1
0
mirror of https://github.com/serega404/VodokanalBot.git synced 2026-05-30 12:10:01 +03:00

Добавил поддежку прокси

This commit is contained in:
2026-05-21 00:15:01 +03:00
parent dde75d0ef8
commit 23ab8113cf
4 changed files with 50 additions and 8 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
vodokanalbot:
image: ghcr.io/serega404/vodokanalbot:main
container_name: VodokanalBot
restart: always
environment:
TZ: Europe/Moscow
TELEGRAM_TOKEN: TOKEN
TELEGRAM_CHANNEL: CHAT_ID
# PROXY_URL: socks5h://user:password@proxy-host:1080
# PROXY_URL: http://user:password@proxy-host:3128
volumes:
- vodokanal_bot_data:/app/data
volumes:
vodokanal_bot_data: