feat: bootstrap dodo phase one

This commit is contained in:
2026-09-05 10:47:44 +08:00
commit f182c704a4
48 changed files with 4221 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
dodo:
image: ghcr.io/example/dodo:latest
restart: unless-stopped
ports:
- "8781:8781"
environment:
DODO_DATABASE_URL: postgresql+asyncpg://dodo:[email protected]:5432/dodo
DODO_COOKIE_SECURE: "true"
DODO_SESSION_DAYS: "30"
volumes:
- ./uploads:/app/uploads