Skip to content

Commit

Permalink
Merge pull request #7 from steel-dev/nasr/add-render
Browse files Browse the repository at this point in the history
feat: add render deploy
  • Loading branch information
fukouda authored Nov 25, 2024
2 parents e7c5897 + 39748af commit 6c4d09a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6c4d09a

Please sign in to comment.