🐳 docker-compose volume mappings

This commit is contained in:
2021-09-01 12:25:39 -07:00
parent 762b5cb037
commit 66aac9e35c
6 changed files with 37 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
NAMESPACE=
LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
TRANSPORTER=nats://nats:4222
CACHER=Memory

View File

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