Cambio en el .env y docker compose

This commit is contained in:
Mireya Cueto Garrido
2026-05-13 13:48:42 +02:00
parent ebc3631cfd
commit abc620838c
4 changed files with 112 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
build:
context: ./backend
env_file:
- .env
- ./backend/.env
environment:
DATABASE_URL: postgresql+psycopg://genexamenes:genexamenes@db:5432/genexamenes
ports: