vxzc
This commit is contained in:
parent
cd69f3992f
commit
e6ffa0420c
2 changed files with 20 additions and 6 deletions
|
|
@ -21,11 +21,6 @@ services:
|
|||
# Media scan target (read-only for safety)
|
||||
- /export/Green/media/clips/library:/storage:rw
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
|
|
@ -47,7 +42,7 @@ services:
|
|||
# Caddy
|
||||
caddy: "dupes.netgrimoire.com"
|
||||
caddy.import: "authentik"
|
||||
caddy.reverse_proxy: "czkawka:5800"
|
||||
caddy.reverse_proxy: "192.168.5.10:5815"
|
||||
|
||||
# Diun
|
||||
diun.enable: "true"
|
||||
|
|
|
|||
|
|
@ -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