Finally made it multichannel

This commit is contained in:
Joan
2024-02-16 20:28:54 +01:00
parent 4b30aa30f5
commit 5ba4228fcf
2 changed files with 115 additions and 39 deletions

View File

@@ -1,10 +1,10 @@
version: "3"
services:
conjuntasbot:
conjuntasbot_staging:
build: conjuntasbot
image: conjuntasbot
container_name: conjuntasbot
image: conjuntasbot_staging
container_name: conjuntasbot_staging
volumes:
- ./data:/app/data
restart: unless-stopped
@@ -12,7 +12,8 @@ services:
- TZ="Europe/Madrid"
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
- ADMIN_IDS=${ADMIN_IDS}
- GROUP_CHAT_ID=${GROUP_CHAT_ID}
- GENERAL_GROUP_CHAT_ID=${GENERAL_GROUP_CHAT_ID}
- VIP_GROUP_CHAT_ID=${VIP_GROUP_CHAT_ID}
- SPREADSHEET_ID=${SPREADSHEET_ID}
dns:
- 8.8.8.8