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:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
- ./apps/db/migrations:/migrations
|
- type: bind
|
||||||
|
source: ./apps/db/migrations
|
||||||
|
target: /migrations
|
||||||
|
read_only: true
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue