mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com> Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
17 lines
326 B
YAML
17 lines
326 B
YAML
services:
|
|
speedtest-tracker:
|
|
image: lscr.io/linuxserver/speedtest-tracker:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
PUID: ${PUID}
|
|
PGID: ${PGID}
|
|
APP_KEY: ${APP_KEY}
|
|
DB_CONNECTION: sqlite
|
|
volumes:
|
|
- speedtest_config:/config
|
|
ports:
|
|
- "80"
|
|
|
|
volumes:
|
|
speedtest_config:
|