🐳 Added files

This commit is contained in:
2022-03-27 15:42:24 -07:00
commit 14f87fda7e
3 changed files with 184 additions and 0 deletions

12
docker-compose.env Normal file
View File

@@ -0,0 +1,12 @@
UNDERLYING_HOSTNAME=ghost
COMICS_DIRECTORY=/Users/rishi/work/threetwo/comics
USERDATA_DIRECTORY=/Users/rishi/work/threetwo/userdata
LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
MONGO_URI=mongodb://db:27017/threetwo
REDIS_URI=redis://redis:6379
TRANSPORTER=redis://redis:6379
CACHER=Memory