File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
2
2
3
3
answer :
4
4
image : answerdev/answer
5
- container_name : answer
5
+ container_name : answer
6
6
ports :
7
7
- 9080:80
8
8
expose :
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ services:
8
8
- PUID=1000
9
9
- PGID=1000
10
10
- APP_URL=http://127.0.0.1:8099 # change this to your prod url with https
11
+ # you should generate a new app key using:
12
+ # docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey
13
+ - APP_KEY=base64:Npczl7vKB0Y3AlNboNTD5f71bYVaAuVB8ay4UhZ3My0=
11
14
- DB_HOST=bookstack_db
12
15
- DB_USERNAME=bookstack
13
16
- DB_PASSWORD=USERPW1
Original file line number Diff line number Diff line change 1
1
services :
2
2
3
3
docmost :
4
- image : docmost/docmost:0.5
4
+ image : docmost/docmost:0.22
5
5
container_name : docmost
6
6
depends_on :
7
7
- db
8
8
- redis
9
9
environment :
10
10
- APP_URL=http://127.0.0.1:3000
11
- - APP_SECRET=A_VERY_SECURE_STRING
11
+ - APP_SECRET=SecureSecretKeySecureSecretKey12 # <-- change
12
12
- DATABASE_URL=postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public
13
13
- REDIS_URL=redis://redis:6379
14
14
# --------- S3 Storage Configuration --------
You can’t perform that action at this time.
0 commit comments