asasd
This commit is contained in:
parent
5cb75c2af8
commit
79b2642360
1 changed files with 3 additions and 4 deletions
|
|
@ -21,11 +21,10 @@ services:
|
|||
image: migrate/migrate:latest
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
- RECREATION_TOKEN=${RANDOM:-1}
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./apps/db/migrations
|
||||
target: /migrations
|
||||
read_only: true
|
||||
- ./apps/db/migrations:/migrations:ro
|
||||
networks:
|
||||
- dokploy-network
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue