This commit is contained in:
bvn13 2024-07-11 00:42:49 +03:00
parent 4bea377611
commit 36b3695bda

View File

@ -1,5 +1,7 @@
version: '3.3'
name: tg-newsmaker
services:
bot:
@ -9,8 +11,8 @@ services:
- TG_OWNER_ID=258985362
- CONFIG_FILE=/mnt/config.json
- SESSION_FILE=/mnt/newsmaker.session
- TG_APP_ID=/run/secrets/tg_app_id
- TG_APP_HASH=/run/secrets/tg_app_hash
- TG_APP_ID=${TG_APP_ID}
- TG_APP_HASH=${TG_APP_HASH}
restart: always
volumes:
- ${CONFIG_FILE}:/mnt/config.json