forked from Ynov/ptitspas-ynov-back
docker compose edited
This commit is contained in:
parent
90166fcfe2
commit
6730b4457a
@ -14,9 +14,10 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- postgres_dev_data:/var/lib/postgresql/data
|
||||
# Si le fichier d'init existe dans le dépôt database
|
||||
# - ../database/migrations/01_init.sql:/docker-entrypoint-initdb.d/01_init.sql
|
||||
- ./migrations/01_init.sql:/docker-entrypoint-initdb.d/01_init.sql
|
||||
- postgres_dev_data:/var/lib/postgresql/data
|
||||
|
||||
networks:
|
||||
- ptitspas_dev
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user