vxzc
This commit is contained in:
parent
cd69f3992f
commit
e6ffa0420c
2 changed files with 20 additions and 6 deletions
|
|
@ -7,6 +7,24 @@ networks:
|
|||
services:
|
||||
wikijs-db:
|
||||
image: postgres:16-alpine
|
||||
command:
|
||||
- postgres
|
||||
- -c
|
||||
- max_connections=120
|
||||
- -c
|
||||
- shared_buffers=256MB
|
||||
- -c
|
||||
- effective_cache_size=768MB
|
||||
- -c
|
||||
- work_mem=4MB
|
||||
- -c
|
||||
- maintenance_work_mem=64MB
|
||||
- -c
|
||||
- checkpoint_completion_target=0.9
|
||||
- -c
|
||||
- idle_in_transaction_session_timeout=60000
|
||||
- -c
|
||||
- statement_timeout=120000
|
||||
networks:
|
||||
- netgrimoire
|
||||
environment:
|
||||
|
|
@ -31,6 +49,7 @@ services:
|
|||
labels:
|
||||
diun.enable: "true"
|
||||
|
||||
|
||||
wikijs:
|
||||
image: requarks/wiki:2
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue