vxzc
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-02-10 20:33:24 -06:00
parent cd69f3992f
commit e6ffa0420c
2 changed files with 20 additions and 6 deletions

View file

@ -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"

View file

@ -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: