tg_bot/docker-compose.yml

16 lines
205 B
YAML
Raw Normal View History

version: "3.8"
services:
app:
container_name: tg_demo_bot
build:
context: .
env_file:
- .env
volumes:
- .:/usr/src/tg_bot
command: /bin/bash -c 'poetry run bot'