Skip to content

Docker Setup

jhhocs edited this page Mar 24, 2024 · 4 revisions

Docker Setup

Docker container used to host the Redis and RabbitMQ servers

Instructions

  1. 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"`
  1. Enter the following line into the console: docker-compose up --detach
  2. Run dotnet run in console
  3. Open Redis Commander and log in with the credentials set in the .env file