speedtestlog/docker-compose.yml

9 lines
255 B
YAML
Raw Normal View History

2024-11-26 13:22:46 -06:00
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}