# CIA Scout-Modul: FastAPI-Service auf Port 8000 services: scout: build: context: . dockerfile: Dockerfile.worker ports: - "8000:8000" env_file: - .env environment: - OPENROUTER_API_KEY=${OPENROUTER_API_KEY} restart: unless-stopped