From ba45437d65ece9f9f2afe012bfbd37a01367b0d5 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 18 May 2025 15:57:42 +0300 Subject: [PATCH] add the timeout option to example compose file Signed-off-by: ngn --- docker-compose.example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 7082ebf..67d8f6c 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -6,6 +6,7 @@ services: APP_URL: "https://ao.example.com" JWT_SIGNING_SECRET: "topsecret" FLARESOLVER: "http://flaresolverr:8191" + TIMEOUT: "120" # flaresolverr timeout, in seconds THEME: "dark" ports: - 8080:8080