This commit is contained in:
2026-07-02 21:47:33 -07:00
parent f4ada40858
commit 8a12f3d293
2 changed files with 57 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Docmost
VOL_PATH=/data
DOCMOST_IMAGE=docmost/docmost:latest
POSTGRES_IMAGE=postgres:16-alpine
REDIS_IMAGE=redis:7-alpine
DOCMOST_RESTART=unless-stopped
DOCMOST_PORT=8000
APP_URL=http://localhost:8000
APP_SECRET=generate_a_long_random_string
DB_PASSWORD=changeme