contextdb-server 0.3.4

Sync server for contextdb — NATS-based replication with conflict resolution
Documentation
1
2
3
4
5
6
7
8
9
10
services:
  nats:
    image: nats:latest
    ports:
      - "4222:4222"
      - "8222:8222"
      - "9222:9222"
    command: ["--js", "--config", "/etc/nats/nats.conf"]
    volumes:
      - ./nats.conf:/etc/nats/nats.conf:ro