Cambios finales

This commit is contained in:
Mireya Cueto Garrido
2026-05-13 10:19:44 +02:00
parent c0de6083a4
commit 3573bec572
4 changed files with 23 additions and 125 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ services:
container_name: orcid-backend
restart: unless-stopped
ports:
- "127.0.0.1:8072:8000"
- "0.0.0.0:8072:8000"
env_file:
- ./backend/.env
environment:
@@ -25,7 +25,7 @@ services:
security_opt:
- no-new-privileges:true
healthcheck:
test: ["CMD", "curl", "-fsS", "http://127.0.0.1:8000/health"]
test: ["CMD", "curl", "-fsS", "http://0.0.0.0:8000/health"]
interval: 30s
timeout: 5s
retries: 3
@@ -36,7 +36,7 @@ services:
container_name: orcid-frontend
restart: unless-stopped
ports:
- "127.0.0.1:8073:5173"
- "0.0.0.0:8073:5173"
depends_on:
- backend
env_file:
@@ -75,4 +75,4 @@ services:
- no-new-privileges:true
volumes:
postgres_data:
postgres_data: