Refactor swarm/secondary.yml: Update user settings for whisper_web and linx services

This commit is contained in:
2024-10-04 17:27:30 +08:00
parent 97540b24aa
commit e1c2da5cdb
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -103,6 +103,7 @@ services:
- DOMAIN=${DOMAIN}
- MEDIADIR=${MEDIADIR}
- JELLYFIN_PublishedServerUrl=https://media.${DOMAIN}
user: "1000:1000"
volumes:
- jellyfin_config:/config
- /var/data/jellyfin_cache:/cache:z
@@ -110,7 +111,6 @@ services:
source: ${MEDIADIR}
target: /media
read_only: false
# user: "1000:1000"
# Optional - alternative address used for autodiscovery
networks:
- traefik-public
+4 -3
View File
@@ -18,10 +18,11 @@ services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
environment:
# - PUID=1000
# - PGID=1000
- PUID=1000
- PGID=1000
- TZ=${TZ}
- PASSWORD=${DATABASE__PASSWORD}
user: "1000:1000"
volumes:
- /var/data/config/librespeed:/config
# ports:
@@ -43,7 +44,7 @@ services:
linx:
image: furyhawk/linx-server-anime
command: -config /data/linx-server.conf
# user: "1000:1000"
user: "1000:1000"
volumes:
- /var/data/files:/data/files
- /var/data/meta:/data/meta