mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
fix: cluster by docker for es_host in init
Some checks are pending
Deploy CI - 12.0 / deploy (push) Waiting to run
Some checks are pending
Deploy CI - 12.0 / deploy (push) Waiting to run
This commit is contained in:
parent
8e32934341
commit
0477e43ff7
|
|
@ -18,7 +18,7 @@ services:
|
|||
- CLUSTER_SERVER=true
|
||||
- CLUSTER_INIT_MODE=${CLUSTER_INIT_MODE:-false}
|
||||
- CLUSTER_INIT_MEMCACHED_HOST=${CLUSTER_INIT_MEMCACHED_HOST:-}
|
||||
- CLUSTER_INIT_ES_HOST=${CLUSTER_INIT_MEMCACHED_HOST:-}
|
||||
- CLUSTER_INIT_ES_HOST=${CLUSTER_INIT_ES_HOST:-}
|
||||
- CLUSTER_INIT_ES_PORT=${CLUSTER_INIT_ES_PORT:-9200}
|
||||
- SEAFILE_SERVER_HOSTNAME=${SEAFILE_SERVER_HOSTNAME:?Variable is not set or empty}
|
||||
- SEAFILE_SERVER_PROTOCOL=${SEAFILE_SERVER_PROTOCOL:-http}
|
||||
|
|
|
|||
Loading…
Reference in New Issue