version: '3.8' services: agent: build: . environment: - API_URL=http://helm:8675 - API_KEY=${API_KEY:-} volumes: - ./logs:/app/logs restart: unless-stopped # Add your agent's specific configuration here