sd
This commit is contained in:
parent
5effc569e5
commit
8811d6eccc
1 changed files with 8 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue