✏️ Edited name of the db service in docker-compose

This commit is contained in:
2021-10-15 23:09:32 -07:00
parent 492fd572e2
commit 303a2cd54b
2 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ services:
- "8051:8051"
depends_on:
- rabbitmq
- db
- nginx
- importapi
- import
@@ -103,7 +104,7 @@ services:
networks:
- proxy
mongodb:
db:
image: 'bitnami/mongodb:latest'
container_name: database
networks:

View File

@@ -1,7 +1,7 @@
LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
MONGO_URI=mongodb://mongodb:27017/threetwo
MONGO_URI=mongodb://db:27017/threetwo
TRANSPORTER=nats://nats:4222
CALIBRE_PATH=/opt/calibre
CACHER=Memory