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
|
image: migrate/migrate:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
environment:
|
||||||
|
- RECREATION_TOKEN=${RANDOM:-1}
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- ./apps/db/migrations:/migrations:ro
|
||||||
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