services: runtime: build: . ports: - "8000:8000" volumes: - ./agent.py:/app/agent.py - ./static:/app/static - ./trace.jsonl:/app/trace.jsonl env_file: - .env restart: unless-stopped