Browse Source

Add restart mode for solr

pull/79/head
Angel Aviel Domaoan 4 years ago
parent
commit
4b65448ef3
  1. 1
      docker-compose.production.yml

1
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

Loading…
Cancel
Save