Allow custom kopf and kibana public ports (#178)
* Allow custom kopf and kibana public ports * kopf public port is now required * kibana public port is now required
This commit is contained in:
committed by
Bill Maxwell
parent
b6af78417a
commit
3ccd9033cc
@@ -98,7 +98,7 @@ elasticsearch-base-clients:
|
||||
kopf:
|
||||
image: rancher/kopf:v0.4.0
|
||||
ports:
|
||||
- "80:80"
|
||||
- "${kopf_port}:80"
|
||||
environment:
|
||||
KOPF_SERVER_NAME: 'es.dev'
|
||||
KOPF_ES_SERVERS: 'es-clients:9200'
|
||||
|
||||
Reference in New Issue
Block a user