nats messaging system

This commit is contained in:
Alexander Palchikov
2021-05-17 23:42:35 +05:00
parent 3d57064466
commit 0c7f5a2b2a
4 changed files with 44 additions and 0 deletions

View File

@ -612,6 +612,15 @@ services:
image: 'neo4j:latest'
networks:
- backend
### Nats ################################################
nats:
build: ./nats
ports:
- "${NATS_CLIENT_PORT}:4222"
- "${NATS_MONITORING_PORT}:6222"
- "${NATS_ROUTE_PORT}:8222"
networks:
- backend
### MongoDB ##############################################
mongo: