❌ Removed NATS from the docker-compose config and service .env files
This commit is contained in:
@@ -2,6 +2,6 @@ LOGGER=true
|
|||||||
LOGLEVEL=info
|
LOGLEVEL=info
|
||||||
SERVICEDIR=dist/services
|
SERVICEDIR=dist/services
|
||||||
PWD=./
|
PWD=./
|
||||||
TRANSPORTER=nats://nats:4222
|
TRANSPORTER=redis://redis:6379
|
||||||
CACHER=Memory
|
CACHER=Memory
|
||||||
|
|
||||||
|
|||||||
@@ -158,12 +158,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "mongodb_data:/bitnami/mongodb"
|
- "mongodb_data:/bitnami/mongodb"
|
||||||
|
|
||||||
nats:
|
|
||||||
image: nats:2
|
|
||||||
container_name: transporter
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: "bitnami/redis:latest"
|
image: "bitnami/redis:latest"
|
||||||
container_name: queue
|
container_name: queue
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ LOGLEVEL=info
|
|||||||
SERVICEDIR=dist/services
|
SERVICEDIR=dist/services
|
||||||
MONGO_URI=mongodb://db:27017/threetwo
|
MONGO_URI=mongodb://db:27017/threetwo
|
||||||
REDIS_URI=redis://redis:6379
|
REDIS_URI=redis://redis:6379
|
||||||
TRANSPORTER=nats://nats:4222
|
TRANSPORTER=redis://redis:6379
|
||||||
CALIBRE_EBOOK_META_PATH=/opt/calibre/ebook-meta
|
CALIBRE_EBOOK_META_PATH=/opt/calibre/ebook-meta
|
||||||
CACHER=Memory
|
CACHER=Memory
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user