diff --git a/README.md b/README.md index 8c37c3e..4b1f471 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/compose.yml b/compose.yml index 3d1bf1b..466fb13 100644 --- a/compose.yml +++ b/compose.yml @@ -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: