diff --git a/docker-compose.yml b/docker-compose.yml index 75c4f04..05a7934 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: alert-enrichment: - build: . + image: alert-enrichment:latest container_name: alert-enrichment restart: unless-stopped ports: @@ -8,4 +8,4 @@ services: environment: - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY} - NTFY_URL=${NTFY_URL} - - NTFY_TOKEN=${NTFY_TOKEN} + - NTFY_TOKEN=${NTFY_TOKEN} \ No newline at end of file