feat(docker-compose): Add verbose flag to migration command for improved logging
This commit is contained in:
parent
3d70810937
commit
7dcbaa68f3
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ services:
|
|||
- dokploy-network
|
||||
command:
|
||||
[
|
||||
"-verbose",
|
||||
"-path", "/migrations",
|
||||
"-database", "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?sslmode=disable",
|
||||
"up"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue