🔧 Added an env_file key to the threetwo-ui container
This commit is contained in:
@@ -19,6 +19,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: frishi/threetwo
|
image: frishi/threetwo
|
||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
|
env_file: docker-compose.env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
@@ -51,11 +52,11 @@ services:
|
|||||||
# networks:
|
# networks:
|
||||||
# - proxy
|
# - proxy
|
||||||
|
|
||||||
comicvine:
|
metadata-service:
|
||||||
build:
|
build:
|
||||||
context: https://github.com/rishighan/threetwo-metadata-service.git
|
context: https://github.com/rishighan/threetwo-metadata-service.git
|
||||||
image: frishi/threetwo-metadata-service
|
image: frishi/threetwo-metadata-service
|
||||||
container_name: comicvine-service
|
container_name: metadata-service
|
||||||
ports:
|
ports:
|
||||||
- "3080:3080"
|
- "3080:3080"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user