Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 291 Bytes

docker.md

File metadata and controls

9 lines (6 loc) · 291 Bytes

Environment Variables:

P2P_S3_BUCKET - the S3 bucket name P2P_REDIS_HOST - host name of the redis server NODE_ENV - production

Example

docker run --net=host -e 'NODE_ENV=production' -e 'P2P_S3_BUCKET=testpilot-p2p-dev' -e 'P2P_REDIS_HOST=dyf9s2r4vo3.bolxr4.0001.usw2.cache.amazonaws.com'