Finally made it multichannel
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user