1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-20 16:11:33 +02:00
send/docs/docker.md

11 lines
370 B
Markdown
Raw Normal View History

2017-06-09 01:11:17 +02:00
Environment Variables:
PORT - port the server will listen on (defaults to 1443)
2017-06-09 01:11:17 +02:00
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' mozilla/portal:latest