nim-raft/docker-compose.yml

11 lines
218 B
YAML
Raw Normal View History

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