Files
docker_dev/zendo/compose.yaml
2025-09-20 16:11:47 +02:00

19 lines
398 B
YAML

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