mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-04-23 00:41:01 +02:00
8 lines
174 B
YAML
8 lines
174 B
YAML
services:
|
|
nats:
|
|
image: nats:2
|
|
restart: unless-stopped
|
|
command: -js -sd /tmp/nats/data -m 8222
|
|
ports:
|
|
- 127.0.0.1:4222:4222
|
|
- 127.0.0.1:8222:8222 |