Adding profile variable to Dockerfile (#881)
This commit is contained in:
parent
09adccf4be
commit
8e7198a4eb
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ ENV TZ=UTC \
|
|||
BEACON_SIZE_LIMIT=1000000 \
|
||||
USE_FAILOVER=false \
|
||||
GROUP_STORAGE_FAILOVER=failover \
|
||||
TOPIC_STORAGE_FAILOVER=storage-failover
|
||||
TOPIC_STORAGE_FAILOVER=storage-failover \
|
||||
PROFILER_ENABLED=false
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue