First commit

This commit is contained in:
bigboxuser
2025-08-31 13:37:36 +03:00
commit 4fcd91dd04
13 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped
container_name: speedtest-tracker
ports:
- 8765:80
- 8766:443
environment:
- APP_TIMEZONE=Europe/Bucharest
- DISPLAY_TIMEZONE=Europe/Bucharest
- APP_DEBUG=true
- SPEEDTEST_SCHEDULE=0 0,6,12,18 * * *
- PUID=1000
- PGID=1000
- APP_KEY=base64:zOyskJ5laHK2RGezDV38pgfNoDJ0N9g0ROfqQvNazJ0=
- DB_CONNECTION=sqlite
volumes:
- /home/bigboxuser/docker/speedtest-tracker/config:/config
- /path/to-custom-ssl-keys:/config/keys