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