From 10b284c96cbf858d61ddb7d68a118cee66c42315 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 5 Nov 2021 22:35:40 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=91=20Added=20CV=20API=20KEY=20to=20th?= =?UTF-8?q?e=20respective=20env=20files=20for=20the=20containers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comicvine-service.env | 1 + docker-compose.yml | 2 -- src/client/components/DnD.tsx | 1 - threetwo-import-service.env | 1 + 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/comicvine-service.env b/comicvine-service.env index 87e0370..f37d824 100644 --- a/comicvine-service.env +++ b/comicvine-service.env @@ -6,4 +6,5 @@ TRANSPORTER=nats://nats:4222 COMICS_DIRECTORY=/mnt/unraidshare/directconnect/downloads/comics USERDATA_DIRECTORY=/mnt/unraidshare/directconnect/downloads/userdata CACHER=Memory +COMICVINE_API_KEY=a5fa0663683df8145a85d694b5da4b87e1c92c69 diff --git a/docker-compose.yml b/docker-compose.yml index 07790f3..96a70c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,6 @@ services: container_name: comicvine-service environment: SERVICES: comicvine - COMICVINE_API_KEY: ${COMICVINE_API_KEY} volumes: - ${COMICS_DIRECTORY}:/comicvine-service/comics - ${USERDATA_DIRECTORY}:/comicvine-service/userdata @@ -70,7 +69,6 @@ services: - "3001:3001" environment: SERVICES: api - COMICVINE_API_KEY: ${COMICVINE_API_KEY} env_file: threetwo-import-service.env volumes: - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata diff --git a/src/client/components/DnD.tsx b/src/client/components/DnD.tsx index 24bf1bb..d0df85a 100644 --- a/src/client/components/DnD.tsx +++ b/src/client/components/DnD.tsx @@ -61,7 +61,6 @@ export const DnD = (data) => { })} - {activeId ? ( diff --git a/threetwo-import-service.env b/threetwo-import-service.env index 5fcfd67..4b454a4 100644 --- a/threetwo-import-service.env +++ b/threetwo-import-service.env @@ -8,4 +8,5 @@ CALIBRE_EBOOK_META_PATH=/opt/calibre/ebook-meta CACHER=Memory COMICS_DIRECTORY=/mnt/unraidshare/directconnect/downloads/comics USERDATA_DIRECTORY=/mnt/unraidshare/directconnect/downloads/userdata +COMICVINE_API_KEY=a5fa0663683df8145a85d694b5da4b87e1c92c69