Moved to _dev
This commit is contained in:
18
zendo/compose.yaml
Normal file
18
zendo/compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user