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