mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2026-05-16 10:01:46 +02:00
release: v1.0.0
This commit is contained in:
8
dev/docker-compose.yaml
Normal file
8
dev/docker-compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
nats:
|
||||
image: nats:2
|
||||
restart: unless-stopped
|
||||
command: -js -sd /tmp/nats/data -m 8222
|
||||
ports:
|
||||
- 0.0.0.0:4222:4222
|
||||
- 0.0.0.0:8222:8222
|
||||
Reference in New Issue
Block a user