🔧 Updated some env vars
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
# your machine's hostname, in the example below it is ghost
|
||||
UNDERLYING_HOSTNAME=ghost
|
||||
|
||||
# COMIC_DIRECTORY is where your comics reside
|
||||
COMICS_DIRECTORY=/Users/rishi/work/threetwo/comics
|
||||
|
||||
# USERDATA_DIRECTORY is used by ThreeTwo to generate covers, and temporary files
|
||||
USERDATA_DIRECTORY=/Users/rishi/work/threetwo/userdata
|
||||
|
||||
# Your ComicVine API key
|
||||
COMICVINE_API_KEY=foobar
|
||||
|
||||
|
||||
# DO NOT TOUCH THESE!
|
||||
LOGGER=true
|
||||
LOGLEVEL=info
|
||||
SERVICEDIR=dist/services
|
||||
|
||||
UNRAR_BIN_PATH=
|
||||
UNRAR_BIN_PATH=/usr/bin/unrar
|
||||
MONGO_URI=mongodb://db:27017/threetwo
|
||||
REDIS_URI=redis://redis:6379
|
||||
TRANSPORTER=redis://redis:6379
|
||||
|
||||
@@ -11,6 +11,7 @@ x-comics-volume:
|
||||
type: bind
|
||||
source: ${COMICS_DIRECTORY}
|
||||
target: /comics
|
||||
|
||||
services:
|
||||
threetwo:
|
||||
build:
|
||||
@@ -58,6 +59,8 @@ services:
|
||||
environment:
|
||||
SERVICES: comicvine
|
||||
env_file: docker-compose.env
|
||||
depends_on:
|
||||
- redis
|
||||
volumes:
|
||||
- *comics-volume
|
||||
- *userdata-volume
|
||||
@@ -81,6 +84,7 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
- db
|
||||
- elasticsearch
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user