From b41c53957d4bcfd8d5d693c5ec9cabb2e0740f4e Mon Sep 17 00:00:00 2001 From: Jake Kasper Date: Tue, 2 Sep 2025 09:50:23 -0500 Subject: [PATCH] flyway compose --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0104125..24b77f8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -90,7 +90,8 @@ services: - FLYWAY_PASSWORD=${DB_PASSWORD:-password123} # Uncomment if you need to baseline an existing DB without schema history - FLYWAY_BASELINE_ON_MIGRATE=true - command: -locations=filesystem:/migrations migrate + - FLYWAY_LOCATIONS=filesystem:/migrations + command: migrate volumes: - ./database/migrations:/migrations:ro networks: