mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-20 03:21:45 +08:00
feat: add Render Blueprint for one-click self-host (#15478)
Adds one-click deploy to [Render](https://render.com) for self-hosters. The change is additive: a root `render.yaml`, two small files under `.render/`, and one button in the existing Self-Host section of the README.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# syntax=docker/dockerfile:1.7
|
||||
|
||||
# Adds a start script to the published AFFiNE image. Nothing is compiled here.
|
||||
FROM ghcr.io/toeverything/affine:stable
|
||||
|
||||
COPY --chmod=0755 start.sh /usr/local/bin/render-start.sh
|
||||
|
||||
CMD ["/usr/local/bin/render-start.sh"]
|
||||
Reference in New Issue
Block a user