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'