unicheckbot/docker-compose-tgbot.yml

18 lines
246 B
YAML
Raw Permalink Normal View History

2021-01-05 23:51:09 +03:00
version: "3.3"
services:
2021-01-30 15:06:43 +03:00
tgbot:
2021-01-05 23:51:09 +03:00
build:
context: ./apps
dockerfile: Dockerfile-tgbot
env_file:
- tgbot.env
2021-01-30 15:06:43 +03:00
depends_on:
- db
db:
image: mariadb
restart: always
env_file:
- tgbot.env