Add P1/P2 to docker-compose, mount all 6 migration dirs, add P2 agent Dockerfile

- route-api (3001), route-proxy (8080), route-worker as separate services
- drift SaaS (3002) added
- All 6 product migrations mounted into postgres init
- docker-init-db.sh creates all 6 databases
This commit is contained in:
2026-03-01 06:11:20 +00:00
parent 5e0065e73e
commit 64213c39e9
2 changed files with 69 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ run_migrations() {
fi
}
run_migrations dd0c_route /migrations/01-route
run_migrations dd0c_drift /migrations/02-drift
run_migrations dd0c_alert /migrations/03-alert
run_migrations dd0c_portal /migrations/04-portal
run_migrations dd0c_cost /migrations/05-cost