mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
chore: update compose files
This commit is contained in:
@@ -8,6 +8,9 @@ services:
|
|||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- APP_URL=http://127.0.0.1:8099 # change this to your prod url with https
|
- APP_URL=http://127.0.0.1:8099 # change this to your prod url with https
|
||||||
|
# you should generate a new app key using:
|
||||||
|
# docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey
|
||||||
|
- APP_KEY=base64:Npczl7vKB0Y3AlNboNTD5f71bYVaAuVB8ay4UhZ3My0=
|
||||||
- DB_HOST=bookstack_db
|
- DB_HOST=bookstack_db
|
||||||
- DB_USERNAME=bookstack
|
- DB_USERNAME=bookstack
|
||||||
- DB_PASSWORD=USERPW1
|
- DB_PASSWORD=USERPW1
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
docmost:
|
docmost:
|
||||||
image: docmost/docmost:0.5
|
image: docmost/docmost:0.22
|
||||||
container_name: docmost
|
container_name: docmost
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
environment:
|
environment:
|
||||||
- APP_URL=http://127.0.0.1:3000
|
- APP_URL=http://127.0.0.1:3000
|
||||||
- APP_SECRET=A_VERY_SECURE_STRING
|
- APP_SECRET=SecureSecretKeySecureSecretKey12 # <-- change
|
||||||
- DATABASE_URL=postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public
|
- DATABASE_URL=postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public
|
||||||
- REDIS_URL=redis://redis:6379
|
- REDIS_URL=redis://redis:6379
|
||||||
# --------- S3 Storage Configuration --------
|
# --------- S3 Storage Configuration --------
|
||||||
|
|||||||
Reference in New Issue
Block a user