This commit is contained in:
Marco Pedone 2025-10-29 12:04:39 +01:00
parent 5cb75c2af8
commit 79b2642360

View file

@ -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: