diff --git a/README.md b/README.md index 1fb8d6f..4a16090 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ * **Category**: Development -* **Status**: 3, stable +* **Status**: 5 * **Image**: [`gitea/gitea`](https://hub.docker.com/gitea/gitea), 4, upstream * **Healthcheck**: Yes * **Backups**: Yes -* **Email**: ? +* **Email**: Yes * **Tests**: 2 * **SSO**: 3 (OAuth) diff --git a/compose.yml b/compose.yml index 4a29248..995b48b 100644 --- a/compose.yml +++ b/compose.yml @@ -49,6 +49,12 @@ services: networks: - proxy - internal + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"] + interval: 30s + timeout: 10s + retries: 10 + start_period: 1m deploy: update_config: failure_action: rollback