services: c3po: build: . ports: - "2626:2626" # C2 TCP - "8000:8000" # Web dashboard - "5000:5000/udp" # Camera UDP volumes: - ./keys.json:/app/keys.json - ./data:/app/data - ./firmware:/app/firmware - ./static/recordings:/app/static/recordings env_file: - .env restart: unless-stopped