add the timeout option to example compose file

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-18 15:57:42 +03:00
parent 3ec785ac1a
commit ba45437d65
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -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