Update docker-compose.yml
This commit is contained in:
parent
7b7bafea7e
commit
73f836df60
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||||
Loading…
Add table
Reference in a new issue