Refactor swarm/secondary.yml: Update user settings for whisper_web and linx services
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user