speedtestlog/docker-compose.yml
Dan Hamik a1e168f345
Some checks failed
/ Plan (push) Failing after 15s
initial commit
2024-11-26 13:22:46 -06:00

9 lines
255 B
YAML

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}