Files
appstore-1panel/apps/speedtest/6.0.0/docker-compose.yml
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github-action update-app-version
af3c148a6a Update ghcr.io/librespeed/speedtest Docker tag to v6 (#5433)
* Update ghcr.io/librespeed/speedtest Docker tag to v6

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2026-04-13 10:04:54 +08:00

24 lines
537 B
YAML

networks:
1panel-network:
external: true
services:
speedtest:
image: ghcr.io/librespeed/speedtest:6.0.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${SPEED_TEST_ROOT_PATH}/database:/database
environment:
- MODE=standalone
- WEBPORT=80