mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-10 16:36:32 +03:00
18 lines
246 B
YAML
18 lines
246 B
YAML
version: "3.3"
|
|
services:
|
|
tgbot:
|
|
build:
|
|
context: ./apps
|
|
dockerfile: Dockerfile-tgbot
|
|
env_file:
|
|
- tgbot.env
|
|
depends_on:
|
|
- db
|
|
|
|
|
|
db:
|
|
image: mariadb
|
|
restart: always
|
|
env_file:
|
|
- tgbot.env
|