😬 Added braces to env var
This commit is contained in:
@@ -39,7 +39,7 @@ services:
|
|||||||
- ${USERDATA_DIRECTORY}:/comicvine-service/userdata
|
- ${USERDATA_DIRECTORY}:/comicvine-service/userdata
|
||||||
environment:
|
environment:
|
||||||
SERVICES: api
|
SERVICES: api
|
||||||
COMICVINE_API_KEY: $COMICVINE_API_KEY
|
COMICVINE_API_KEY: ${COMICVINE_API_KEY}
|
||||||
env_file: comicvine-service.env
|
env_file: comicvine-service.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- nats
|
- nats
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
- "3001:3001"
|
- "3001:3001"
|
||||||
environment:
|
environment:
|
||||||
SERVICES: api
|
SERVICES: api
|
||||||
COMICVINE_API_KEY: $COMICVINE_API_KEY
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user