You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow, I doubt i'm the first one to run into this, but I thought it's worth covering.
14.2 - with the add of the V2 image, the health check in the prod-healthcheck is written for V3 image of Numbers API.
You will get an error about dotnet not being installed, but the real problem is the V2 image doesn't have the dotnet version of the healthcheck image. Suggest changing:
join the healthcheck and v2 overrides to the previous files: docker-compose -f ./numbers/docker-compose.yml -f ./numbers/prod.yml -f ./numbers/prod-healthcheck.yml -f ./numbers/v2.yml --log-level ERROR config > stack.yml
to
join the healthcheck and v2 overrides to the previous files: docker-compose -f ./numbers/docker-compose.yml -f ./numbers/prod.yml -f ./numbers/prod-healthcheck.yml -f ./numbers/v3.yml --log-level ERROR config > stack.yml
The text was updated successfully, but these errors were encountered:
Somehow, I doubt i'm the first one to run into this, but I thought it's worth covering.
14.2 - with the add of the V2 image, the health check in the prod-healthcheck is written for V3 image of Numbers API.
You will get an error about dotnet not being installed, but the real problem is the V2 image doesn't have the dotnet version of the healthcheck image. Suggest changing:
to
join the healthcheck and v2 overrides to the previous files: docker-compose -f ./numbers/docker-compose.yml -f ./numbers/prod.yml -f ./numbers/prod-healthcheck.yml -f ./numbers/v3.yml --log-level ERROR config > stack.yml
The text was updated successfully, but these errors were encountered: