CasaOS-Store/Apps/OpenSpeedTest/docker-compose.yml

51 lines
1.5 KiB
YAML
Raw Normal View History

name: openspeedtest
services:
openspeedtest:
image: openspeedtest/latest:v0.0.1
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 3000
published: "3000"
protocol: tcp
restart: always
x-casaos:
author: OpenSpeedTest
category: Utilities
container:
index: /
port_map: "3000"
ports:
-
container: "3000"
description:
en_US: ""
description:
en_US: An application for launching HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.
developer: OpenSpeedTest
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-3.png
tagline:
en_US: HTML5 Network Speed Test Server.
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/thumbnail.png
tips: {}
title:
en_US: OpenSpeedTest
x-casaos:
architectures:
- amd64
- arm64
- ppc64le
- s390x
- "386"
- arm
main_app: openspeedtest