asdlfk
This commit is contained in:
@@ -67,7 +67,7 @@ services:
|
||||
- FRONTEND_URL=https://turftracker.kaspers.us
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- /app/node_modules
|
||||
- backend_node_modules:/app/node_modules
|
||||
depends_on:
|
||||
- db
|
||||
networks:
|
||||
@@ -105,7 +105,7 @@ services:
|
||||
- FLYWAY_USER=${DB_USER:-turftracker}
|
||||
- FLYWAY_PASSWORD=${DB_PASSWORD:-password123}
|
||||
# Uncomment if you need to baseline an existing DB without schema history
|
||||
# - FLYWAY_BASELINE_ON_MIGRATE=true
|
||||
- FLYWAY_BASELINE_ON_MIGRATE=true
|
||||
command: -locations=filesystem:/migrations migrate
|
||||
volumes:
|
||||
- ./database/migrations:/migrations:ro
|
||||
|
||||
Reference in New Issue
Block a user