diff --git a/docker-compose.yml b/docker-compose.yml index e717a44a..57329dbf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -522,7 +522,6 @@ services: - frontend - backend - ### ElasticSearch ######################################## elasticsearch: build: ./elasticsearch @@ -545,7 +544,6 @@ services: - frontend - backend - ### Kibana ############################################## kibana: build: ./kibana @@ -820,6 +818,7 @@ services: mongo-webui: build: context: ./mongo-webui + restart: always environment: - ROOT_URL=${MONGO_WEBUI_ROOT_URL} - MONGO_URL=${MONGO_WEBUI_MONGO_URL}