From 10e5ca32454cc5e4f7534961e96bf6753022f3fc Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sat, 6 Nov 2021 22:18:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=91=20Added=20a=20CV=5FAPI=5FKEY=20int?= =?UTF-8?q?erpolation=20in=20the=20docker-compose=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 96a70c3..25d6b8d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,6 +39,7 @@ services: - ${USERDATA_DIRECTORY}:/comicvine-service/userdata environment: SERVICES: api + COMICVINE_API_KEY: $COMICVINE_API_KEY env_file: comicvine-service.env depends_on: - nats @@ -69,6 +70,7 @@ 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