-
Notifications
You must be signed in to change notification settings - Fork 0
Docker Setup
jhhocs edited this page Mar 24, 2024
·
4 revisions
Docker container used to host the Redis and RabbitMQ servers
- Create a
.env
file in the main gcs-database-api folder if it doesn't already exist using the format provided in.env.sample
USER_NAME="sample-user-name"
PASSWD="sample-password"`
- Enter the following line into the console:
docker-compose up --detach
- Run
dotnet run
in console - Open Redis Commander and log in with the credentials set in the
.env
file