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

@ -29,7 +29,9 @@ services:
### Uncomment and change values as desired
# CONDUIT_ADDRESS: 127.0.0.1
# CONDUIT_PORT: 8000
# CONDUIT_LOG: normal # Available levels are: off, debug, normal, critical
# CONDUIT_CONFIG: '/srv/conduit/conduit.toml' # if want to configure purely by env vars, set this to an empty string ''
# Available levels are: error, warn, info, debug, trace - more info at: https://docs.rs/env_logger/*/env_logger/#enabling-logging
# CONDUIT_LOG: info # default is: "info,rocket=off,_=off,sled=off"
# CONDUIT_ALLOW_JAEGER: 'false'
# CONDUIT_ALLOW_REGISTRATION : 'false'
# CONDUIT_ALLOW_ENCRYPTION: 'false'