Skip to content

Commit

Permalink
Cleaned up migrations folders and docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 15, 2024
1 parent a2d35c1 commit 009940e
Show file tree
Hide file tree
Showing 51 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ services:
- migrate
- -outOfOrder=true
volumes:
- "./backend/db/migrations:/flyway/sql"
- "./backend/db/test-only-migrations:/flyway/sql-test"
- "./migrations/migrations:/flyway/sql"
- "./migrations/test-only-migrations:/flyway/sql-test"
environment:
- FLYWAY_URL=jdbc:postgresql://database:5432/postgres
- FLYWAY_USER=postgres
- FLYWAY_PASSWORD=default
- FLYWAY_BASELINE_ON_MIGRATE=true
- FLYWAY_DEFAULT_SCHEMA=public
- FLYWAY_LOCATIONS=filesystem:./flyway/sql, filesystem:./flyway/sql-test
- FLYWAY_LOCATIONS=filesystem:./sql, filesystem:./sql-test
depends_on:
database:
condition: service_healthy
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 009940e

Please sign in to comment.