upd
This commit is contained in:
parent
4bea377611
commit
36b3695bda
@ -1,5 +1,7 @@
|
|||||||
version: '3.3'
|
version: '3.3'
|
||||||
|
|
||||||
|
name: tg-newsmaker
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
bot:
|
bot:
|
||||||
@ -9,8 +11,8 @@ services:
|
|||||||
- TG_OWNER_ID=258985362
|
- TG_OWNER_ID=258985362
|
||||||
- CONFIG_FILE=/mnt/config.json
|
- CONFIG_FILE=/mnt/config.json
|
||||||
- SESSION_FILE=/mnt/newsmaker.session
|
- SESSION_FILE=/mnt/newsmaker.session
|
||||||
- TG_APP_ID=/run/secrets/tg_app_id
|
- TG_APP_ID=${TG_APP_ID}
|
||||||
- TG_APP_HASH=/run/secrets/tg_app_hash
|
- TG_APP_HASH=${TG_APP_HASH}
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_FILE}:/mnt/config.json
|
- ${CONFIG_FILE}:/mnt/config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user