services: alert-enrichment: image: alert-enrichment:latest container_name: alert-enrichment restart: unless-stopped ports: - "5000:5000" environment: - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY} - NTFY_URL=${NTFY_URL} - NTFY_TOKEN=${NTFY_TOKEN}