services: bot: image: vision-career:latest build: . command: [".venv/bin/python", "backend/bot.py"] restart: always init: true network_mode: host env_file: - .env develop: watch: - action: rebuild path: .