tectonicdb 0.2.3

fast datastore server for contiguous order book ticks
Documentation
version: "3.2"

services:
  server:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "9001:9001"
    restart: on-failure
    environment:
      - TECTONICDB_LOG_FILE_NAME=/dev/null
      - TECTONICDB_DTF_FOLDER=/export/db
    volumes:
      - type: volume
        source: tectonic
        target: /export
        volume:
          nocopy: true
    command: /usr/local/bin/tectonic-server -vv

volumes:
  tectonic: