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
# New settings:
# If running on a VM then:
KeycloakHostName=http://<VMHost>:8085
MinioBrowserHost=<VMHost>
Run docker-compose
docker-compose up -d
Go to the Submission Layer UI
Hosted on port 7220