mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-23 14:23:43 +03:00
Update docker-compose-tgbot.yml
This commit is contained in:
parent
488ae0ca9a
commit
87771c7505
|
@ -1,8 +1,17 @@
|
||||||
version: "3.3"
|
version: "3.3"
|
||||||
services:
|
services:
|
||||||
tgbot:
|
tgbot:
|
||||||
build:
|
build:
|
||||||
context: ./apps
|
context: ./apps
|
||||||
dockerfile: Dockerfile-tgbot
|
dockerfile: Dockerfile-tgbot
|
||||||
env_file:
|
env_file:
|
||||||
- tgbot.env
|
- tgbot.env
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
|
|
||||||
|
|
||||||
|
db:
|
||||||
|
image: mariadb
|
||||||
|
restart: always
|
||||||
|
env_file:
|
||||||
|
- tgbot.env
|
||||||
|
|
Loading…
Reference in New Issue
Block a user