mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-11 00:45:26 +02:00
23 lines
408 B
YAML
23 lines
408 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
speedtest-tracker:
|
|
image: lscr.io/linuxserver/speedtest-tracker:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- "80"
|
|
environment:
|
|
- APP_KEY
|
|
- APP_URL
|
|
- DB_CONNECTION
|
|
- PUID
|
|
- PGID
|
|
- TZ
|
|
- DISPLAY_TIMEZONE
|
|
- SPEEDTEST_SCHEDULE
|
|
volumes:
|
|
- speedtest-tracker-config:/config
|
|
|
|
volumes:
|
|
speedtest-tracker-config:
|