Deploy configurations for the JDIS training platform. You must have a least 10G of free space for the various images.
In development, you will need to launch the both the frontend and backend services locally in dev mode and use the docker-compose.dev.yml.
You will then be able to interact with the platform using localhost on port 80 and the proxy will redirect your calls to the running services.
Notes:
- You must use
localhostand not127.0.0.1on local otherwise the CAS auth won't accept the connexion. - (For linux) If you have a firewall, allow ports
3000and8080, otherwise the proxy won't be able to forward the requests to the services running on the host.