diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000000..949104cad3 --- /dev/null +++ b/render.yaml @@ -0,0 +1,10 @@ +services: + - type: web + name: webapp + runtime: docker + repo: https://github.com/bluesky-social/social-app + plan: starter + dockerCommand: bskyweb serve + healthCheckPath: / + plan: starter + numInstances: 1