From b7ad2d163404db3792bb491e3a97e56e4f32edfe Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 8 Nov 2021 12:22:34 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Moved=20volume=20mapping=20to=20?= =?UTF-8?q?services=20from=20the=20API=20containers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 731be0e..0529cfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,6 @@ services: volumes: - ${COMICS_DIRECTORY}:/comicvine-service/comics - ${USERDATA_DIRECTORY}:/comicvine-service/userdata - - ${SERVICE_ENV_FILE}:/.env/service.env environment: SERVICES: api env_file: comicvine-service.env @@ -56,6 +55,7 @@ services: volumes: - ${COMICS_DIRECTORY}:/comicvine-service/comics - ${USERDATA_DIRECTORY}:/comicvine-service/userdata + - ${SERVICE_ENV_FILE}:/.env/service.env env_file: comicvine-service.env networks: - proxy @@ -74,7 +74,6 @@ services: volumes: - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata - ${COMICS_DIRECTORY}:/threetwo-import-service/comics - - ${SERVICE_ENV_FILE}:/.env/service.env depends_on: - nats - db @@ -94,6 +93,7 @@ services: volumes: - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata - ${COMICS_DIRECTORY}:/threetwo-import-service/comics + - ${SERVICE_ENV_FILE}:/.env/service.env env_file: threetwo-import-service.env networks: - proxy