initial commit
This commit is contained in:
commit
976b4f88cc
11 changed files with 249 additions and 0 deletions
17
natsio/docker-compose.yaml
Normal file
17
natsio/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
nats:
|
||||
image: nats:2.10
|
||||
ports:
|
||||
- "4222:4222"
|
||||
|
||||
subscriber:
|
||||
build: ./subscriber
|
||||
depends_on:
|
||||
- nats
|
||||
|
||||
publisher:
|
||||
build: ./publisher
|
||||
depends_on:
|
||||
- nats
|
||||
Loading…
Add table
Add a link
Reference in a new issue