first commit

This commit is contained in:
2026-02-22 23:47:58 +03:00
commit 3f8082abcd
7 changed files with 227 additions and 0 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
speedtest-server:
build: .
ports:
- "8080:8080"
restart: unless-stopped