❌ Removed references to COMICVINE_API_KEY from docompose
This commit is contained in:
@@ -40,7 +40,6 @@ services:
|
|||||||
- ${SERVICE_ENV_FILE}:/.env/service.env
|
- ${SERVICE_ENV_FILE}:/.env/service.env
|
||||||
environment:
|
environment:
|
||||||
SERVICES: api
|
SERVICES: api
|
||||||
COMICVINE_API_KEY: ${COMICVINE_API_KEY}
|
|
||||||
env_file: comicvine-service.env
|
env_file: comicvine-service.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- nats
|
- nats
|
||||||
@@ -71,7 +70,6 @@ services:
|
|||||||
- "3001:3001"
|
- "3001:3001"
|
||||||
environment:
|
environment:
|
||||||
SERVICES: api
|
SERVICES: api
|
||||||
COMICVINE_API_KEY: ${COMICVINE_API_KEY}
|
|
||||||
env_file: threetwo-import-service.env
|
env_file: threetwo-import-service.env
|
||||||
volumes:
|
volumes:
|
||||||
- ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata
|
- ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata
|
||||||
@@ -93,7 +91,6 @@ services:
|
|||||||
- nats
|
- nats
|
||||||
environment:
|
environment:
|
||||||
SERVICES: import
|
SERVICES: import
|
||||||
COMICVINE_API_KEY: ${COMICVINE_API_KEY}
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata
|
- ${USERDATA_DIRECTORY}:/threetwo-import-service/userdata
|
||||||
- ${COMICS_DIRECTORY}:/threetwo-import-service/comics
|
- ${COMICS_DIRECTORY}:/threetwo-import-service/comics
|
||||||
|
|||||||
Reference in New Issue
Block a user