public endpoints

This commit is contained in:
2025-11-01 11:33:40 -06:00
parent 0aa5fc72fd
commit e8294af60d
21 changed files with 297 additions and 57 deletions

View File

@@ -162,7 +162,7 @@ services:
- KEYCLOAK_REALM=${KEYCLOAK_REALM:-master}
- KEYCLOAK_CLIENT_ID=${KEYCLOAK_CLIENT_ID:-anexo76-backend}
- KEYCLOAK_CLIENT_SECRET=${KEYCLOAK_CLIENT_SECRET:-dev-secret}
- CORS_ORIGINS=http://localhost:5173,http://localhost:3000
- CORS_ORIGINS=http://localhost:5180,http://localhost:3000
ports:
- "8000:8000"
depends_on:
@@ -215,7 +215,7 @@ services:
- PUBLIC_KEYCLOAK_CLIENT_ID=${KEYCLOAK_FRONTEND_CLIENT_ID:-anexo76-frontend}
- VITE_HMR_HOST=localhost
ports:
- "5173:5173"
- "5180:5180"
depends_on:
backend:
condition: service_healthy
@@ -229,7 +229,7 @@ services:
restart: unless-stopped
command: ["pnpm", "run", "dev", "--", "--host", "0.0.0.0"]
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:5173/ || exit 1"]
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:5180/ || exit 1"]
interval: 15s
timeout: 5s
retries: 5