standardize env vars
This commit is contained in:
parent
ba90cb927f
commit
d64898107d
11 changed files with 57 additions and 48 deletions
|
@ -6,9 +6,9 @@ services:
|
|||
ports:
|
||||
- 1080:1080
|
||||
environment:
|
||||
RUST_LOG: debug
|
||||
KOBLAS_LIMIT: 5
|
||||
KOBLAS_NO_AUTHENTICATION: false
|
||||
KOBLAS_ANONYMIZATION: true
|
||||
- RUST_LOG=debug
|
||||
- KOBLAS_LIMIT=5
|
||||
- KOBLAS_NO_AUTHENTICATION=false
|
||||
- KOBLAS_ANONYMIZATION=true
|
||||
volumes:
|
||||
- /root/koblas/config.toml:/etc/koblas/config.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue