Update docker-compose-tgbot.yml

This commit is contained in:
kiriharu 2021-01-30 15:06:43 +03:00 committed by GitHub
parent 488ae0ca9a
commit 87771c7505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,12 @@ services:
dockerfile: Dockerfile-tgbot
env_file:
- tgbot.env
depends_on:
- db
db:
image: mariadb
restart: always
env_file:
- tgbot.env