-
-
Notifications
You must be signed in to change notification settings - Fork 955
Self Hosting & Headless server Support @Docker-Compose and Helm? #2427
-
Hello,
Just curious if there was any Docker configurations or Helm configurations out in the wilds?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
We offer builds for the static files you can download and run from a local web server in the GitHub releases area. We don't provide a containerized format. We still encourage using the official latest static build hosted from our CDN so you automatically get updates— at this stage in alpha, updates add a lot that's not worth missing, so self-hosting will quickly put you behind.
Beta Was this translation helpful? Give feedback.
All reactions
-
I've added a podman quadlet here. It builds from the latest release artifact. I don't know if I'll add it to my container registry for now; not really sure how to keep it updated effectively yet. Restarting the container (systemctl --user restart graphite-editor
) will rebuild it which includes downloading the release, and that's good enough for me right now.
Beta Was this translation helpful? Give feedback.