Textfeld für Unterschriftoverlay und gitignore

This commit is contained in:
2026-01-16 14:14:38 +00:00
parent 2e96470a60
commit ba767a374a
5 changed files with 269 additions and 3 deletions

View File

@@ -14,7 +14,13 @@ services:
networks:
- pdf-signature-network
healthcheck:
test: ["CMD", "node", "-e", "require('http').get('http://localhost:8080', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"]
test:
[
"CMD",
"node",
"-e",
"require('http').get('http://pdf-signature:8080', r => process.exit(r.statusCode === 200 ? 0 : 1)).on('error', () => process.exit(1))"
]
interval: 30s
timeout: 3s
retries: 3