dot-cafe / beam.cafe

🌠 Blazing fast file transfer app focused on user-experience. Fastest way to share files without uploading them.
https://beam.cafe
MIT License
438 stars 14 forks source link

Better Documentation for production setup #8

Closed antoinebou12 closed 3 years ago

antoinebou12 commented 4 years ago

Can you create better inscription for the build and deployment with the backend for a production environment? Also, that could help with (Docker Support)[https://github.com/dot-cafe/beam.cafe/issues/4]

simonwep commented 4 years ago

Yeah, currently you'd have to manually follow the steps described in bare-vps-setup, it's also more focused on CD for what I decided to use things like PM2 - such things are probably redundant if there's docker support.

Currently all env-variables are hard-coded (such as the domain, websocket endpoint etc.) maybe we should move these to a .env file.