mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-02-23 16:08:42 +01:00
9 lines
175 B
YAML
9 lines
175 B
YAML
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
|
|
|