Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 11, 2023
1 parent d9062b0 commit fefcc89
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ./docker/speedtest
file: ./docker/speedtest/Dockerfile
context: ./docker
file: ./docker/Dockerfile
push: true
tags: |
sjultra/speedtest:latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Docker setup consisting out of Grafana incl. a pre-configured dashboard, InfluxD
2. Clone this repository:

```shell
git clone https://github.com/frdmn/docker-speedtest-grafana
git clone https://github.com/sjultra/speedtest.git
```

3. Create a copy of the sample `.env` file and adjust it at will:
Expand Down Expand Up @@ -88,7 +88,7 @@ $ docker-compose logs -f grafana

By default the dashboard shows all speedtest results. To filter for a specifc host, simply add a `and host = 'local'` statement in the `WHERE` clause of the SQL select.

Example (Download Time Serie):
Example (Download Time Series):

```
SELECT mean("value") FROM "download" WHERE $timeFilter and host = 'local' GROUP BY time($interval) fill(null)
Expand Down
2 changes: 1 addition & 1 deletion docker/speedtest/Dockerfile → docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN npm ci
COPY --from=get-speedtest /usr/bin/speedtest /usr/bin/speedtest

# run script
COPY . .
COPY index.js .
CMD [ "node", "index.js" ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion helm/service/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Speedtest chart.
# Update these values according to your requirements.
ingressHost: rancher.vzxy.net
ingressHost: https://kubernetes.default.svc

influxdb:
image: sjultra/influxdb-legacy:latest
Expand Down

0 comments on commit fefcc89

Please sign in to comment.