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

@ -1,8 +1,17 @@
version: "3.3"
services:
tgbot:
tgbot:
build:
context: ./apps
dockerfile: Dockerfile-tgbot
env_file:
- tgbot.env
depends_on:
- db
db:
image: mariadb
restart: always
env_file:
- tgbot.env