✏️ Changes

This commit is contained in:
2021-11-03 13:34:33 -07:00
parent 64f8cbeadb
commit d1e81b24e4
4 changed files with 6 additions and 8 deletions

View File

@@ -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