re
This commit is contained in:
parent
5350d6bbe4
commit
5cb75c2af8
1 changed files with 4 additions and 1 deletions
|
|
@ -22,7 +22,10 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./apps/db/migrations:/migrations
|
||||
- type: bind
|
||||
source: ./apps/db/migrations
|
||||
target: /migrations
|
||||
read_only: true
|
||||
networks:
|
||||
- dokploy-network
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue