mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
docmost
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user