Deployment: Minor fix deployment Kibana basic auth

This commit is contained in:
cruizba 2020-10-02 19:03:56 +02:00
parent 47e6e58ba2
commit a48778ba91

View File

@ -105,6 +105,7 @@ services:
restart: always
environment:
- SERVER_BASEPATH="/kibana"
- xpack.security.enabled=true
- ELASTICSEARCH_USERNAME=${ELASTICSEARCH_USERNAME}
- ELASTICSEARCH_PASSWORD=${ELASTICSEARCH_PASSWORD}
ports: