The provided config.yml file does not work as the api_url needs to be hardcoded in it, as opposed to attempting to use the ENVIRONMENT_VARIABLE flag. This PR updates the config.yml to have that change, the docker-compose.yml to remove the provided environment variable, and the README.md to provide the new instructions.
The provided
config.yml
file does not work as theapi_url
needs to be hardcoded in it, as opposed to attempting to use theENVIRONMENT_VARIABLE
flag. This PR updates theconfig.yml
to have that change, thedocker-compose.yml
to remove the provided environment variable, and theREADME.md
to provide the new instructions.