Join Slack
Powered by
Is there any documentation on running a self hoste...
# main
d
Dirk Eibach
04/27/2023, 9:21 AM
Is there any documentation on running a self hosted instance? Ready built docker image available?
👍 1
k
Kam
04/27/2023, 11:49 AM
Here is our docker file.
https://github.com/Linen-dev/linen.dev/blob/main/Dockerfile
. There is a few parts for self hosting. You can get it working by using
https://github.com/Linen-dev/linen.dev/blob/main/dev/docker-compose.yml
You need to set up S3 with the right folder for file upload as well as the Elixir push service. We need to do better on the deployment process. We're going through a huge refactor right now which may have new services so will invest sometime in our deployment process
j
Joseph Turian
04/27/2023, 11:57 AM
@Kam
it would be really amazing if there were a render.com blueprint (
https://github.com/render-examples
) that enabled one-click install
303
Views
Previous
Next