mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 13:22:18 +08:00
27 lines
679 B
YAML
27 lines
679 B
YAML
services:
|
|
librespeed:
|
|
image: "ghcr.io/librespeed/speedtest:5.4.1"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
|
|
environment:
|
|
- MODE=${MODE}
|
|
- TITLE=${TITLE}
|
|
- TELEMETRY=${TELEMETRY}
|
|
- ENABLE_ID_OBFUSCATION=${ENABLE_ID_OBFUSCATION}
|
|
- REDACT_IP_ADDRESSES=${REDACT_IP_ADDRESSES}
|
|
- PASSWORD=${PASSWORD}
|
|
- EMAIL=${EMAIL}
|
|
- DISABLE_IPINFO=${DISABLE_IPINFO}
|
|
- DISTANCE=${DISTANCE}
|
|
- WEBPORT=${PANEL_APP_PORT_HTTP}
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|