Update docker-compose.yml

This commit is contained in:
rhino 2026-04-10 22:00:06 +00:00
parent 7b7bafea7e
commit 73f836df60

View file

@ -1,6 +1,6 @@
services: services:
alert-enrichment: alert-enrichment:
build: . image: alert-enrichment:latest
container_name: alert-enrichment container_name: alert-enrichment
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -8,4 +8,4 @@ services:
environment: environment:
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY} - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
- NTFY_URL=${NTFY_URL} - NTFY_URL=${NTFY_URL}
- NTFY_TOKEN=${NTFY_TOKEN} - NTFY_TOKEN=${NTFY_TOKEN}