💽 Added mongo image

This commit is contained in:
2021-08-31 13:22:07 -07:00
parent 8f3fda5551
commit ec914167e7
3 changed files with 17 additions and 2 deletions

View File

@@ -83,6 +83,16 @@ services:
networks:
- proxy
mongodb:
image: 'bitnami/mongodb:latest'
container_name: mongodb
networks:
- proxy
ports:
- "27017:27017"
volumes:
- 'mongodb_data:/bitnami/mongodb'
nats:
image: nats:2
container_name: transporter
@@ -93,3 +103,7 @@ networks:
proxy:
external: true
volumes:
mongodb_data:
driver: local