From 4b65448ef3705eb9ec900654854a4b02da0493cc Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan Date: Mon, 28 Feb 2022 17:15:40 +0800 Subject: [PATCH] Add restart mode for solr --- docker-compose.production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index e76e15a..5322b20 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -28,6 +28,7 @@ services: volumes: - ${DATA_DIR_PATH}/redis:/var/lib/redis solr: + restart: ${WEB_RESTART_MODE} image: tenshiamd/solr:5-alpine ports: - ${SOLR_PORT}:8983