✏️ Edited name of the db service in docker-compose
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
|||||||
- "8051:8051"
|
- "8051:8051"
|
||||||
depends_on:
|
depends_on:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
|
- db
|
||||||
- nginx
|
- nginx
|
||||||
- importapi
|
- importapi
|
||||||
- import
|
- import
|
||||||
@@ -103,7 +104,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
mongodb:
|
db:
|
||||||
image: 'bitnami/mongodb:latest'
|
image: 'bitnami/mongodb:latest'
|
||||||
container_name: database
|
container_name: database
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
LOGGER=true
|
LOGGER=true
|
||||||
LOGLEVEL=info
|
LOGLEVEL=info
|
||||||
SERVICEDIR=dist/services
|
SERVICEDIR=dist/services
|
||||||
MONGO_URI=mongodb://mongodb:27017/threetwo
|
MONGO_URI=mongodb://db:27017/threetwo
|
||||||
TRANSPORTER=nats://nats:4222
|
TRANSPORTER=nats://nats:4222
|
||||||
CALIBRE_PATH=/opt/calibre
|
CALIBRE_PATH=/opt/calibre
|
||||||
CACHER=Memory
|
CACHER=Memory
|
||||||
|
|||||||
Reference in New Issue
Block a user