Five Safes TESDeploy full stackDeploy Submission Layer

Deploy a Submission Layer

To deploy an instance of the Submission Layer

Go to the Submission Layer directory

Within the DARE-TREFX-Environment1 directory the Submission Layer docker compose and configuration files are in the Submission-Keycloak directory:

cd Submission-Keycloak

Configure the .env file

Unless you are running it locally, change localhost to the machine’s host.

.env
# Default settings:
KeycloakHostName=http://localhost:8085
MinioBrowserHost=localhost 
URLSettingsFrontEndMinioUrl=localhost:9001
submissionMinioUrl=http://localhost:9000
submissionMinioAdminConsole=http://localhost:9001
 
# New settings:
# If running on a VM then: 
KeycloakHostName=http://<VMHost>:8085
MinioBrowserHost=<VMHost>
URLSettingsFrontEndMinioUrl=<VMHost>:9001
submissionMinioUrl=http://<VMHost>:9000
submissionMinioAdminConsole=http://<VMHost>:9001

Run docker-compose

docker-compose up -d

Go to the Submission Layer UI

Hosted on port 7220