From d1e81b24e4ae7b6787b0d3f8f671e64284c47d99 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 3 Nov 2021 13:34:33 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comicvine-service.env => comicvine-service.env | 0 .../docker-compose.env => docker-compose.env | 0 docker-compose.yml | 14 ++++++-------- ...port-service.env => threetwo-import-service.env | 0 4 files changed, 6 insertions(+), 8 deletions(-) rename docker-env/comicvine-service.env => comicvine-service.env (100%) rename docker-env/docker-compose.env => docker-compose.env (100%) rename docker-env/threetwo-import-service.env => threetwo-import-service.env (100%) diff --git a/docker-env/comicvine-service.env b/comicvine-service.env similarity index 100% rename from docker-env/comicvine-service.env rename to comicvine-service.env diff --git a/docker-env/docker-compose.env b/docker-compose.env similarity index 100% rename from docker-env/docker-compose.env rename to docker-compose.env diff --git a/docker-compose.yml b/docker-compose.yml index b27e3a2..581dd93 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,6 @@ services: context: . image: frishi/threetwo container_name: threetwo-ui - env_file: - - ./docker-env/docker-compose.env restart: unless-stopped volumes: - $COMICS_DIRECTORY:/comics @@ -40,7 +38,7 @@ services: - ${USERDATA_DIRECTORY}:/comicvine-service/userdata environment: SERVICES: api - env_file: ./docker-env/comicvine-service.env + env_file: comicvine-service.env depends_on: - nats networks: @@ -56,7 +54,7 @@ services: volumes: - ${COMICS_DIRECTORY}:/comicvine-service/comics - ${USERDATA_DIRECTORY}:/comicvine-service/userdata - env_file: ./docker-env/comicvine-service.env + env_file: comicvine-service.env networks: - proxy @@ -70,7 +68,7 @@ services: - "3001:3001" environment: SERVICES: api - env_file: ./docker-env/threetwo-import-service.env + env_file: threetwo-import-service.env volumes: - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata - ${COMICS_DIRECTORY}:/threetwo-import-service/comics @@ -93,7 +91,7 @@ services: volumes: - ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata - ${COMICS_DIRECTORY}:/threetwo-import-service/comics - env_file: ./docker-env/threetwo-import-service.env + env_file: threetwo-import-service.env networks: - proxy @@ -110,7 +108,7 @@ services: - nats environment: SERVICES: imagetransformation - env_file: ./docker-env/threetwo-import-service.env + env_file: threetwo-import-service.env networks: - proxy @@ -127,7 +125,7 @@ services: - nats environment: SERVICES: libraryqueue - env_file: ./docker-env/threetwo-import-service.env + env_file: threetwo-import-service.env networks: - proxy diff --git a/docker-env/threetwo-import-service.env b/threetwo-import-service.env similarity index 100% rename from docker-env/threetwo-import-service.env rename to threetwo-import-service.env