add gdluxx

This commit is contained in:
Christoph Califice
2026-02-13 17:27:37 -03:00
parent ef5a822b2a
commit b3d2846723
2 changed files with 78 additions and 1 deletions

View File

@@ -51,6 +51,25 @@ 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
#- /mnt/system/gdluxx/data:/app/data
environment:
- AUTH_SECRET=${AUTH_SECRET}
- ORIGIN=${ORIGIN:-http://localhost:7755}
restart: unless-stopped
user: "1000:1002"
deploy:
restart_policy:
condition: on-failure
max_attempts: 3
delay: 3s
whisparr:
container_name: whisparr
image: ghcr.io/hotio/whisparr
@@ -61,7 +80,7 @@ services:
- PGID=1002
- UMASK=002
- TZ=America/Sao_Paulo
- WEBUI_PORTS=6969/tcp
- WEBUI_PORTS=6969/tcp
volumes:
- /home/ccalifice/docker-data/stash/whisparr:/config
- /mnt/system/data:/data