Добавлен параметр в докер для запуска приложения по рестарту
This commit is contained in:
parent
1822f2a075
commit
b6f8aa9a11
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
telegram-bot:
|
telegram-bot:
|
||||||
image: python
|
image: python
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./python-bot:/usr/src/app
|
- ./python-bot:/usr/src/app
|
||||||
- ./secrets:/usr/src/app/secrets
|
- ./secrets:/usr/src/app/secrets
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user