M50: preserve rollout API compatibility alias
This commit is contained in:
@@ -121,7 +121,8 @@ for replica in 1 2; do
|
||||
id="$(docker run -d --name "$name" --restart unless-stopped \
|
||||
--label com.mobilityops.role=api --label "com.mobilityops.project=$project" \
|
||||
--label "com.mobilityops.revision=$revision" \
|
||||
--network "$network" --network-alias "api-$short_revision" --env-file "$api_environment" \
|
||||
--network "$network" --network-alias api --network-alias "api-$short_revision" \
|
||||
--env-file "$api_environment" \
|
||||
--env RUN_MIGRATIONS=false "$api_image")"
|
||||
new_api_ids="$new_api_ids $id"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user