Deploying
Deploying using docker compose
The simplest way to deploy the application is using docker compose. The following steps will guide you through the process.
Ensure you have Docker installed
Step 1: Clone the ExE repository.
Step 2: Navigate to the deployment/docker-compose/
subfolder.
Step 3: Copy template.*.env
files to .*.env
:
Edit the .base.env
and .backend.env
files to set the environment variables.
Step 4: Run docker-compose
You can now view the ExE app at https://$DOMAIN/
(by default, this should be https://localhost/) and the API documentation at
https://$DOMAIN/api/docs
(you can also test the endpoints here).
Step 5: Shutdown containers