This commit is contained in:
Marco Pedone 2025-10-29 11:58:58 +01:00
parent 5350d6bbe4
commit 5cb75c2af8

View file

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