vision-career/compose.yaml
2025-10-25 10:44:22 +03:00

15 lines
269 B
YAML

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: .