Moved to _dev

This commit is contained in:
2025-09-20 16:11:47 +02:00
parent fb1a8753b7
commit b2ba11fcd3
1670 changed files with 224899 additions and 0 deletions

18
zendo/compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
name: zendo
volumes:
db:
services:
app:
container_name: zendo
image: ghcr.io/rishikanthc/zendo:v0.1.0
restart: unless-stopped
ports:
- 38680:3000
# (Optional) If you want to override or document it here:
# environment:
# - DATABASE_URL=file:local.db
# If you need to persist the SQLite file outside the container:
volumes:
- db:/app/local.db