From 39748af120dbd71830dd4804512d621bd9ae56ca Mon Sep 17 00:00:00 2001 From: fukouda Date: Mon, 25 Nov 2024 01:48:35 -0500 Subject: [PATCH] feat: render deploy --- render.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 render.yaml diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..42ffe3f --- /dev/null +++ b/render.yaml @@ -0,0 +1,22 @@ +services: + - type: web + name: steel-browser + env: docker + dockerfilePath: ./Dockerfile + healthCheckPath: /v1/health + envVars: + - key: NODE_ENV + value: production + disk: + name: cache + mountPath: /app/.cache + sizeGB: 1 + ports: + - port: 3000 + protocol: TCP + - port: 3001 + protocol: TCP + - port: 5173 + protocol: TCP + - port: 9223 + protocol: TCP \ No newline at end of file