alert-enrichment/docker-compose.yml

11 lines
286 B
YAML
Raw Normal View History

2026-04-10 21:47:24 +00:00
services:
alert-enrichment:
2026-04-10 22:00:06 +00:00
image: alert-enrichment:latest
2026-04-10 21:47:24 +00:00
container_name: alert-enrichment
restart: unless-stopped
ports:
- "5000:5000"
environment:
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
- NTFY_URL=${NTFY_URL}
2026-04-10 22:00:06 +00:00
- NTFY_TOKEN=${NTFY_TOKEN}