Merge branch 'master/backend' of https://gitlab.com/m3f_usm/T_digital_Transporte_USM into master/backend

develop/Rodrigo/Backend
Francisco Sandoval 2023-08-15 22:23:44 -04:00
commit 8f5c912318
1 changed files with 4 additions and 3 deletions

View File

@ -33,8 +33,9 @@ services:
dockerfile: Dockerfile
volumes:
- db:/var/lib/postgresql/data
# - ./01_create_tables.sql:/docker-entrypoint-initdb.d/01_create_tables.sql
- ./20230804_database.sql.gz:/docker-entrypoint-initdb.d/backup.sql.gz
- ./01_create_tables.sql:/docker-entrypoint-initdb.d/01_create_tables.sql
ports:
- 5436:5432
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: database
@ -52,4 +53,4 @@ services:
volumes:
db:
venv:
venv: