sdf
This commit is contained in:
parent
9218d2f7ac
commit
8a73a8e67d
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ services:
|
|||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
restart: unless-stopped
|
||||
pull_policy: "always"
|
||||
networks:
|
||||
- dokploy-network
|
||||
expose:
|
||||
|
|
@ -24,6 +23,8 @@ services:
|
|||
- db
|
||||
volumes:
|
||||
- ./apps/db/migrations:/migrations
|
||||
networks:
|
||||
- dokploy-network
|
||||
command:
|
||||
[
|
||||
"-path", "/migrations",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue