Add pending migration-runner completion (#189)

This commit is contained in:
Evgeniy Antonyuk 2024-04-02 19:09:30 +07:00 committed by GitHub
parent 4f18c13917
commit d50b3aba50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1304,6 +1304,7 @@ install_product () {
reconfigure EXTERNAL_PORT ${EXTERNAL_PORT} reconfigure EXTERNAL_PORT ${EXTERNAL_PORT}
docker-compose -f $BASE_DIR/migration-runner.yml up -d docker-compose -f $BASE_DIR/migration-runner.yml up -d
docker wait ${PACKAGE_SYSNAME}-migration-runner
docker-compose -f $BASE_DIR/${PRODUCT}.yml up -d docker-compose -f $BASE_DIR/${PRODUCT}.yml up -d
docker-compose -f ${PROXY_YML} up -d docker-compose -f ${PROXY_YML} up -d
docker-compose -f $BASE_DIR/notify.yml up -d docker-compose -f $BASE_DIR/notify.yml up -d