initial commit
Some checks failed
/ Plan (push) Failing after 15s

This commit is contained in:
2024-11-26 13:22:46 -06:00
commit a1e168f345
8 changed files with 138 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
speedtest:
image: git.hamik.net/paradizelost/speedtest:latest
container_name: speedtest
restart: always
environment:
- INFLUX_USER=${INFLUX_USER}
- INFLUX_PASSWORD=${INFLUX_PASSWORD}
- INFLUX_URI=${INFLUX_URI}