add gdluxx
This commit is contained in:
@@ -51,6 +51,24 @@ 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
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
max_attempts: 3
|
||||
delay: 3s
|
||||
|
||||
whisparr:
|
||||
container_name: whisparr
|
||||
image: ghcr.io/hotio/whisparr
|
||||
@@ -61,7 +79,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
|
||||
|
||||
Reference in New Issue
Block a user