Use migrate script to perform db migration in docker-compose
Some checks are pending
Some checks are pending
This commit is contained in:
parent
4988a397f1
commit
95a6a6faa0
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ services:
|
|||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-changeme}
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- ./migrations:/docker-entrypoint-initdb.d
|
||||
ports:
|
||||
- "5432:5432"
|
||||
healthcheck:
|
||||
|
|
Loading…
Add table
Reference in a new issue