You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Edit `docker-compose.override.yaml` file to setup your environment variables
15
15
1.`docker-compose up`
16
16
1. Go to http://localhost:3030 to make sure blindtester is up and running
@@ -37,7 +37,7 @@ Listen to the given blind test id.
37
37
38
38
### Configuration
39
39
40
-
Configuration is done using environment variables (some good defaults can be found in [docker-compose.local.yaml](docker-compose.local.yaml)) which are listed below:
40
+
Configuration is done using environment variables (some good defaults can be found in [docker-compose.dev.yaml](docker-compose.dev.yaml)) which are listed below:
41
41
42
42
| Variable | Description |
43
43
|:-----------:|-------------|
@@ -89,7 +89,7 @@ If you want to distribute your application to other workspaces:
# edit docker-compose.override.yaml file to setup your environment variables and uncomment the last lines of the file to run in "development" environment
0 commit comments