From 262ed79b93169238a6da8a541f5f05cdfa01e3fe Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Mon, 26 Jan 2026 18:01:27 +0100 Subject: [PATCH] Update APP_URL in compose.yaml Uncomment APP_URL with a description for its usage. --- services/speedtest-tracker/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/speedtest-tracker/compose.yaml b/services/speedtest-tracker/compose.yaml index 543b643..f7b99f8 100644 --- a/services/speedtest-tracker/compose.yaml +++ b/services/speedtest-tracker/compose.yaml @@ -57,7 +57,7 @@ services: - APP_KEY= - DB_CONNECTION=sqlite #- APP_NAME= - #- APP_URL= + - APP_URL= # Base URL used for notifications. example: speedtest.funny-name.ts.net #- APP_TIMEZONE=Europe/Amsterdam #- DISPLAY_TIMEZONE=Europe/Amsterdam #- PUBLIC_DASHBOARD=true @@ -76,4 +76,4 @@ services: timeout: 10s # Time to wait for the check to succeed retries: 3 # Number of retries before marking as unhealthy start_period: 30s # Time to wait before starting health checks - restart: always \ No newline at end of file + restart: always