services: agent: build: . command: python agent.py start env_file: .env restart: unless-stopped network_mode: host bot: build: . command: python bot.py env_file: .env restart: unless-stopped