🐳 Added mongo container and fixed an ENV var

This commit is contained in:
2021-09-01 09:06:20 -07:00
parent cc8d3febdb
commit 762b5cb037
3 changed files with 14 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ NAMESPACE=
LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
MONGO_URI=mongodb://localhost:27017/threetwo
MONGO_URI=mongodb://db:27017/threetwo
TRANSPORTER=nats://nats:4222
CACHER=Memory