Add CONDUIT_CONFIG to all relevant docker files

And mention that an empty string can be used to configure
Conduit purely with env vars.
This commit is contained in:
Daniel Wiesenberg 2021-03-16 09:14:11 +01:00
parent beb428d866
commit 5a7ccbdfab
5 changed files with 11 additions and 3 deletions

View file

@ -86,6 +86,7 @@ docker run -d -p 8448:8000 -v ~/conduit.toml:/srv/conduit/conduit.toml -v db:/sr
```
> <b>Note:</b> You also need to supply a `conduit.toml` config file, you can find an example [here](./conduit-example.toml).
> Or you can pass in `-e CONDUIT_CONFIG=""` and configure Conduit purely with env vars.
Or build and run it with docker or docker-compose. [Read more](docker/README.md)