Docker/Symfony/Reactjs/Keycloak : How to make an HTTP request from a container to another with separated docker-compose files? – Phpmyadmin
I have 3 services : My backend (Backoffice and Api) in Symfony, My frontend app in Reactjs and a Keycloak service for SSO authentication. I want to use Keycloak authentication for my backoffice and my frontend app. I have 3…