mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-13 09:46:34 +03:00
9 lines
134 B
YAML
9 lines
134 B
YAML
version: "3.3"
|
|
services:
|
|
tgbot:
|
|
build:
|
|
context: ./apps
|
|
dockerfile: Dockerfile-tgbot
|
|
env_file:
|
|
- tgbot.env
|