add healthcheck

This commit is contained in:
Apfelwurm 2025-03-28 12:38:12 +01:00
parent cf16adb278
commit d41cb11270
2 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* **Category**: Apps
* **Status**: 3
* **Image**: [`lauti`](https://codeberg.org/Klasse-Methode/-/packages/container/lauti), 4, upstream
* **Healthcheck**: No
* **Healthcheck**: Yes
* **Backups**: Yes
* **Email**: Yes
* **Tests**: No

View File

@ -48,6 +48,13 @@ services:
- "coop-cloud.${STACK_NAME}.version=1.0.0+1.0.0"
volumes:
- "data:/data"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3333"]
interval: 30s
timeout: 10s
retries: 15
start_period: 1m
secrets:
admin_password: