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)
|
# Media scan target (read-only for safety)
|
||||||
- /export/Green/media/clips/library:/storage:rw
|
- /export/Green/media/clips/library:/storage:rw
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
@ -47,7 +42,7 @@ services:
|
||||||
# Caddy
|
# Caddy
|
||||||
caddy: "dupes.netgrimoire.com"
|
caddy: "dupes.netgrimoire.com"
|
||||||
caddy.import: "authentik"
|
caddy.import: "authentik"
|
||||||
caddy.reverse_proxy: "czkawka:5800"
|
caddy.reverse_proxy: "192.168.5.10:5815"
|
||||||
|
|
||||||
# Diun
|
# Diun
|
||||||
diun.enable: "true"
|
diun.enable: "true"
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,24 @@ networks:
|
||||||
services:
|
services:
|
||||||
wikijs-db:
|
wikijs-db:
|
||||||
image: postgres:16-alpine
|
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:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -31,6 +49,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
diun.enable: "true"
|
diun.enable: "true"
|
||||||
|
|
||||||
|
|
||||||
wikijs:
|
wikijs:
|
||||||
image: requarks/wiki:2
|
image: requarks/wiki:2
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue