maintenance

This commit is contained in:
debian
2024-12-28 18:28:52 +01:00
parent 4229392454
commit e8a376ffaf
3 changed files with 15 additions and 21 deletions

View File

@@ -4,27 +4,18 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: speedtest
image: ghcr.io/librespeed/speedtest:latest
environment:
MODE: standalone
TITLE: "LibreSpeed"
#TELEMETRY: "false"
#ENABLE_ID_OBFUSCATION: "false"
#REDACT_IP_ADDRESSES: "false"
#PASSWORD:
#EMAIL:
#DISABLE_IPINFO: "false"
#DISTANCE: "km"
#WEBPORT: 80
image: openspeedtest/latest
ports:
- "4001:80" # webport mapping (host:container)
- "4001:3001" # webport mapping (host:container)
- "3999:3001" # webport mapping (host:container)
networks:
- ip4net
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"
- 'com.centurylinklabs.watchtower.enable=true'
# Traefik
- "traefik.enable=true"
- "traefik.http.routers.speedtest.rule=Host(`speedtest.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.speedtest.entrypoints=https"
- 'traefik.http.routers.speedtest.tls=true'
- 'traefik.enable=true'
- 'traefik.http.routers.speedtest.rule=Host(`speedtest.${LOCAL_DOMAIN}`)'
- 'traefik.http.routers.speedtest.entrypoints=https'
- 'traefik.http.routers.speedtest.tls=true'
- 'traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=10000000000'