deploy: use docker healthcheck
Déploiement API BETA / Tests extensions (push) Successful in 11m7s
Déploiement API BETA / Build et déploiement beta (push) Failing after 3m6s

This commit is contained in:
2026-05-15 21:59:01 +04:00
parent 8f6a0bb85a
commit 2fbe1a1e4d
2 changed files with 8 additions and 13 deletions
+6
View File
@@ -8,6 +8,12 @@ services:
- ./uploads:/directus/uploads
- ./extensions:/directus/extensions
env_file: ".env"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8055/server/health"]
interval: 10s
timeout: 5s
retries: 12
start_period: 30s
networks:
- konstitisyon_network
networks: