mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-12 14:24:23 +00:00
11 lines
238 B
YAML
11 lines
238 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
nim_raft_node:
|
|
image: nim_raft_node
|
|
restart: always
|
|
volumes:
|
|
- ./raft_node_config.json:/app/raft_node_config.json
|
|
|
|
# You get the idea. To run the image N times with possibly different configs
|