Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CH 14.1 - V2 API using V3 health check #49

Open
jurlwin opened this issue Jul 7, 2022 · 1 comment
Open

CH 14.1 - V2 API using V3 health check #49

jurlwin opened this issue Jul 7, 2022 · 1 comment

Comments

@jurlwin
Copy link

jurlwin commented Jul 7, 2022

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

@alsdud154
Copy link

I also had the same problem, and solved it by changing v2.yml to v3.yml. thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants