mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-02-22 16:00:37 +01:00
11 lines
220 B
YAML
11 lines
220 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
|
|
volumes:
|
|
tracker-redis:
|
|
driver: local |