feat: add docker healthcheck for api

This commit is contained in:
Thibaut Valentin 2026-01-18 21:10:20 +01:00
parent eed7a10cfb
commit 4dff0940c1

View File

@ -20,6 +20,11 @@ services:
- default
- intra
- nginx
healthcheck:
test: [ "CMD", "curl", "-f", "https://intra.ffsaf.fr/api" ]
interval: 30s
timeout: 5s
retries: 3
ffsaf-db:
image: public.ecr.aws/docker/library/postgres:17.2