add gdluxx

This commit is contained in:
Christoph Califice
2026-02-13 17:27:37 -03:00
parent ef5a822b2a
commit 103663d361
2 changed files with 75 additions and 0 deletions

View File

@@ -51,6 +51,23 @@ services:
- "/mnt/system/gallery-dl:/gallery-dl"
restart: on-failure
gdluxx:
image: ghcr.io/gdluxx/gdluxx:latest
container_name: gdluxx
ports:
- '7755:7755'
volumes:
- /home/ccalifice/docker-data/stash/gdluxx/data:/app/data
environment:
- AUTH_SECRET=${AUTH_SECRET}
- ORIGIN=${ORIGIN:-http://localhost:7755}
restart: unless-stopped
deploy:
restart_policy:
condition: on-failure
max_attempts: 3
delay: 3s
whisparr:
container_name: whisparr
image: ghcr.io/hotio/whisparr