Refactor swarm/secondary.yml: Update librespeed service configuration

This commit is contained in:
2024-10-04 17:41:40 +08:00
parent e1c2da5cdb
commit 420556ce83
+4 -2
View File
@@ -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