services: agent: build: . command: python agent.py start --agent-name matrix-ai env_file: .env restart: unless-stopped network_mode: host bot: build: . command: python bot.py env_file: .env restart: unless-stopped volumes: - bot-crypto:/data/crypto_store volumes: bot-crypto: