César Arroba

Results 3 comments of César Arroba

Hi @wellhrd, Before a target in the target group is deregistered because the health check fails, it shows some message, try to catch it to understand what's going on. If...

Hi @wellhrd, Our images are ready for the `docker compose` solution and because of this, they are built with some specific variables pointing between services. In this case, UI image...

Hi @jheck90, For variables with prefix `NEXT_PUBLIC_` that's not valid, they need to be set on build time. You can read more about it on Next.js documentation: https://nextjs.org/docs/pages/guides/environment-variables#bundling-environment-variables-for-the-browser We will...