This commit is contained in:
2023-09-26 18:14:36 -06:00
commit fb5a0fc542
443 changed files with 21892 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
services:
speedtest:
container_name: speedtest
dns:
- 192.168.1.15
- 1.1.1.1
environment:
SPEEDTEST_PORT: 9798
image: miguelndecarvalho/speedtest-exporter
logging:
driver: json-file
options:
max-size: 50m
max-file: "3"
networks:
traefik: null
restart: always
networks:
traefik:
name: traefik
external: true