web dashboard in single container
This commit is contained in:
@ -68,10 +68,12 @@ refresh_special: false
|
||||
special_server: "none"
|
||||
|
||||
# cosmostat_settings, will be for special_server defaults
|
||||
# the special_server install will be the full stack with public visibility
|
||||
# regular installs will be handled through specific pipelines
|
||||
noisy_test: false
|
||||
debug_output: false
|
||||
secure_api: true
|
||||
push_redis: false
|
||||
secure_api: false
|
||||
push_redis: true
|
||||
run_background : true
|
||||
log_output: true
|
||||
update_frequency: "1"
|
||||
@ -79,6 +81,6 @@ cosmostat_server: false
|
||||
cosmostat_server_api: "https://cosmostat.matt-cloud.com/"
|
||||
local_api_address: "http://{{ cosmostat_server_ip }}:{{ custom_api_port }}/"
|
||||
cosmostat_server_reporter: true
|
||||
# setting this to true for default install
|
||||
disable_local_dashboard: true
|
||||
# setting this to false for default install
|
||||
disable_local_dashboard: false
|
||||
...
|
||||
Reference in New Issue
Block a user