Skip to content
Snippets Groups Projects
Commit b29d3911 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed remaining redis references.

parent 26c2516f
No related branches found
No related tags found
No related merge requests found
......@@ -105,14 +105,12 @@ services:
- NOMAD_MINIO_PORT=9000
- NOMAD_MINIO_HOST=minio
- NOMAD_RABBITMQ_HOST=rabbitmq
- NOMAD_REDIS_HOST=redis
- NOMAD_LOGSTASH_HOST=elk
- NOMAD_ELASTIC_HOST=elastic
- NOMAD_MONGO_HOST=mongo
- NOMAD_SERVICE=nomadxt_worker
links:
- minio
- redis
- rabbitmq
- elastic
- mongo
......@@ -132,14 +130,12 @@ services:
- NOMAD_MINIO_PORT=9000
- NOMAD_MINIO_HOST=minio
- NOMAD_RABBITMQ_HOST=rabbitmq
- NOMAD_REDIS_HOST=redis
- NOMAD_LOGSTASH_HOST=elk
- NOMAD_MONGO_HOST=mongo
- NOMAD_ELASTIC_HOST=elastic
- NOMAD_SERVICE=nomadxt_handler
links:
- minio
- redis
- rabbitmq
- elastic
- mongo
......@@ -157,7 +153,6 @@ services:
- NOMAD_MINIO_PORT=9000
- NOMAD_MINIO_HOST=minio
- NOMAD_RABBITMQ_HOST=rabbitmq
- NOMAD_REDIS_HOST=redis
- NOMAD_LOGSTASH_HOST=elk
- NOMAD_ELASTIC_HOST=elastic
- NOMAD_MONGO_HOST=mongo
......@@ -168,7 +163,6 @@ services:
- NOMAD_SERVICE=nomadxt_api
links:
- minio
- redis
- rabbitmq
- elastic
- mongo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment