Nueva bdd y entidades generales
This commit is contained in:
@@ -58,7 +58,7 @@ services:
|
||||
- "5432:${DEV_POSTGRES_PORT}"
|
||||
volumes:
|
||||
- ./sql-data/:/var/lib/postgres/data
|
||||
- ./deployment/database/test.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
- ./deployment/database/init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user