nim-raft/docker-compose.yml

11 lines
238 B
YAML
Raw Permalink Normal View History

version: '3.1'
services:
nim_raft_node:
image: nim_raft_node
restart: always
volumes:
2023-09-08 15:45:37 +00:00
- ./raft_node_config.json:/app/raft_node_config.json
# You get the idea. To run the image N times with possibly different configs