Spiff up the readme
Docker / build-and-push-image (push) Successful in 2m42s

This commit is contained in:
Jon Staab
2026-04-28 13:53:38 -07:00
parent 34c02b45b2
commit 1d2230eeca
4 changed files with 72 additions and 12 deletions
+21
View File
@@ -0,0 +1,21 @@
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