Docker Setup
Instructions
Section titled “Instructions”- 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