forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yaml
44 lines (43 loc) · 883 Bytes
/
deploy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
version: "2.0"
services:
librespeed:
image: adolfintel/speedtest
expose:
- port: 80
to:
- global: true
env:
- MODE=standalone
- TITLE=Akash Librespeed Test
- WEBPORT=80
#- TELEMETRY=
#- ENABLE_ID_OBFUSCATION=
#- REDACT_IP_ADDRESSES=
#- PASSWORD=
#- EMAIL=
#- IPINFO_APIKEY=
#- DISABLE_IPINFO=
#- DISTANCE=
#Check https://github.com/librespeed/speedtest/blob/master/doc_docker.md#standalone-mode for detailed descriptions
profiles:
compute:
librespeed:
resources:
cpu:
units: 1.0
memory:
size: 512Mi
storage:
size: 512Mi
placement:
akash:
pricing:
librespeed:
denom: uakt
amount: 10000
deployment:
librespeed:
akash:
profile: librespeed
count: 1