Pub
All checks were successful
release-tag / release-image (push) Successful in 2m11s

This commit is contained in:
2026-04-24 06:27:08 +02:00
parent e86bf3f00f
commit 23ee68a018
2 changed files with 40 additions and 5 deletions

View File

@@ -27,10 +27,7 @@ services:
start_period: 30s
siem-backend:
build:
context: .
dockerfile: Dockerfile
image: siem-backend:latest
image: git.send.nrw/sendnrw/siem-backend:latest
container_name: siem-backend
restart: unless-stopped
env_file:
@@ -64,7 +61,7 @@ services:
mariadb:
condition: service_healthy
ports:
- "8080:8080"
- "8090:8080"
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/healthz >/dev/null 2>&1 || exit 1"]
interval: 30s