Cambios en .env, gitlab-ci y dockercompose

This commit is contained in:
Mireya Cueto Garrido
2026-05-13 10:39:38 +02:00
15 changed files with 527 additions and 272 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ services:
security_opt:
- no-new-privileges:true
healthcheck:
test: ["CMD", "curl", "-fsS", "http://0.0.0.0:8000/health"]
test: ["CMD", "curl", "-fsS", "http://127.0.0.1:8000/health"]
interval: 30s
timeout: 5s
retries: 3