This is an old revision of the document!
Installation
version: '3.2'
services:
pb:
build:
context: .
ports:
- '10002:10002'
volumes:
- .:/pb
environment:
- 'LISTEN_ADDRESS=::'
- 'LISTEN_PORT=10002'
- 'CDN_PREFIX=//d34zelngniy2d8.cloudfront.net'
mongodb:
image: mongo:latest