Skip to content

Docker Setup

  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