Files
zooid/render.yaml
T
Jon Staab 26aec45826
Docker / build-and-push-image (push) Has been cancelled
Spiff up the readme
2026-04-28 14:00:21 -07:00

22 lines
407 B
YAML

services:
- type: web
name: zooid
runtime: image
image:
url: ghcr.io/coracle-social/zooid
plan: starter
region: oregon
envVars:
- key: PORT
value: "3334"
- key: CONFIG
value: /app/config
- key: DATA
value: /app/data
- key: MEDIA
value: /app/media
disk:
name: zooid-data
mountPath: /app
sizeGB: 10