alert-enrichment/docker-compose.yml

12 lines
265 B
YAML
Raw Normal View History

2026-04-10 21:47:24 +00:00
services:
alert-enrichment:
build: .
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}