mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
Refactor swarm/secondary.yml: Update librespeed service configuration
This commit is contained in:
+4
-2
@@ -16,15 +16,17 @@ services:
|
|||||||
- traefik.http.services.cyberchef.loadbalancer.server.port=8000
|
- traefik.http.services.cyberchef.loadbalancer.server.port=8000
|
||||||
|
|
||||||
librespeed:
|
librespeed:
|
||||||
|
# ghcr.io/librespeed/speedtest:latest
|
||||||
image: lscr.io/linuxserver/librespeed:latest
|
image: lscr.io/linuxserver/librespeed:latest
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- PASSWORD=${DATABASE__PASSWORD}
|
- PASSWORD=${DATABASE__PASSWORD}
|
||||||
|
- MODE=standalone
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
volumes:
|
# volumes:
|
||||||
- /var/data/config/librespeed:/config
|
# - /var/data/config/librespeed:/config
|
||||||
# ports:
|
# ports:
|
||||||
# - 80:80
|
# - 80:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user