kopia lustrzana https://github.com/Haxxnet/Compose-Examples
chore: update compose files
rodzic
7c04096b86
commit
5536de64a6
|
@ -2,7 +2,7 @@ services:
|
||||||
|
|
||||||
answer:
|
answer:
|
||||||
image: answerdev/answer
|
image: answerdev/answer
|
||||||
container_name: answer
|
container_name: answer
|
||||||
ports:
|
ports:
|
||||||
- 9080:80
|
- 9080:80
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -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 --------
|
||||||
|
|
Ładowanie…
Reference in New Issue