This is an old revision of the document!
Installation
useable git commit hast 4b1cd3bbffa6a3631bb8361e7be600c0856deb54
build docker image by yourself using docker compose up
version: '3.2'
services:
pb:
build:
context: .
ports:
- '10002:10002'
volumes:
- .:/pb
environment:
- 'LISTEN_ADDRESS=::'
- 'LISTEN_PORT=10002'
mongodb:
image: mongo:3.4