sd
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-09 16:11:13 -06:00
parent 5effc569e5
commit 8811d6eccc

View file

@ -1,6 +1,6 @@
services:
czkawka:
image: lscr.io/linuxserver/czkawka:latest
image: jlesage/czkawka
networks:
- netgrimoire
@ -10,25 +10,19 @@ services:
PGID: "1964"
# Match your standard execution model
# user: "1964:1964"
user: "1964:1964"
volumes:
# App config (non-SQLite → znas)
- /DockerVol/czkawka:/config
# Media scan target (read-only for safety)
- /export/Green/media/clips/library:/data
- /export/Green/media/clips/library:/storage:rw
ports:
- target: 3000
published: 3025
protocol: tcp
mode: ingress
- target: 3001
published: 3026
protocol: tcp
mode: ingress
deploy:
placement:
@ -46,12 +40,12 @@ services:
# Kuma
kuma.czkawka.http.name: "Czkawka"
kuma.czkawka.http.url: "http://czkawka:3000"
kuma.czkawka.http.url: "http://czkawka:5800"
# Caddy
caddy: "dupes.netgrimoire.com"
caddy.import: "authentik"
caddy.reverse_proxy: "{{upstreams 3000}}"
caddy.reverse_proxy: "{{upstreams 5800}}"
# Diun
diun.enable: "true"