From 2941559a18a775ee95680f77efe1dafd7bbd4fe3 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 24 Nov 2021 00:11:20 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9D=8C=20Removed=20NATS=20from=20the=20docke?= =?UTF-8?q?r-compose=20config=20and=20service=20.env=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comicvine-service.env | 2 +- docker-compose.yml | 6 ------ threetwo-import-service.env | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/comicvine-service.env b/comicvine-service.env index 323b991..eab7dd0 100644 --- a/comicvine-service.env +++ b/comicvine-service.env @@ -2,6 +2,6 @@ LOGGER=true LOGLEVEL=info SERVICEDIR=dist/services PWD=./ -TRANSPORTER=nats://nats:4222 +TRANSPORTER=redis://redis:6379 CACHER=Memory diff --git a/docker-compose.yml b/docker-compose.yml index 4dda3be..aea1f43 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -158,12 +158,6 @@ services: volumes: - "mongodb_data:/bitnami/mongodb" - nats: - image: nats:2 - container_name: transporter - networks: - - proxy - redis: image: "bitnami/redis:latest" container_name: queue diff --git a/threetwo-import-service.env b/threetwo-import-service.env index 544314b..c1a3ec8 100644 --- a/threetwo-import-service.env +++ b/threetwo-import-service.env @@ -3,7 +3,7 @@ LOGLEVEL=info SERVICEDIR=dist/services MONGO_URI=mongodb://db:27017/threetwo REDIS_URI=redis://redis:6379 -TRANSPORTER=nats://nats:4222 +TRANSPORTER=redis://redis:6379 CALIBRE_EBOOK_META_PATH=/opt/calibre/ebook-meta CACHER=Memory