This commit is contained in:
+21
@@ -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
|
||||
Reference in New Issue
Block a user