Files
ai-disclosure-standard/compose.yaml
jbergner 0e6f71e1e6
All checks were successful
release-tag / release-image (push) Successful in 1m39s
Impressum, Datenschutzerklärung und Barrierefreiheitshinweise
2026-07-21 03:29:41 +02:00

27 lines
521 B
YAML

services:
app:
image: git.send.nrw/sendnrw/ai-disclosure-standard:latest
env_file:
- .env
ports:
- "8080:8080"
volumes:
- license-cache:/data
read_only: true
tmpfs:
- /tmp:size=16m,mode=1777
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
restart: unless-stopped
healthcheck:
test: ["CMD", "/ai-disclosure", "--healthcheck"]
interval: 15s
timeout: 3s
retries: 3
start_period: 5s
volumes:
license-cache: