I have been trying to deploy the Keycloak dockerfile along with the Nginx reverse proxy, current working with simple situation as any request to Nginx with location /auth/ will be forward to the Keycloak.
Not sure if i am missing something here?
Seems like Nginx cant connect to the keycloak server as the server didnt started i guess due to java command not found
The steps i followed are I have a dockerfiel with three stages stage 1 I uses Apline linux and on top of that the 2nd stage I build the keycloak and then I build the Nginx and also I got nginx.conf where i defined the passthrough to forward to keycloack.