services: analysis-service: build: . ports: - "8000:8000" volumes: - ./insights:/app/insights environment: - LOG_LEVEL=INFO - ANALYSIS_INTERVAL=60 restart: unless-stopped