From f4eb1bd4ca33dc2bacf0782ddc70a7ba116ed7c0 Mon Sep 17 00:00:00 2001 From: murdle Date: Sat, 28 Feb 2026 19:55:43 +0200 Subject: [PATCH] fix: add build config --- compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compose.yaml b/compose.yaml index cfee82e9..9e7a1f90 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,6 +17,11 @@ services: interval: 10s timeout: 5s retries: 5 + build: + context: . + args: + FLUXER_BUILD_CONFIG: | + { "domain": { "base_domain": "${FLUXER_BASE_DOMAIN}", "static_cdn_domain": "fluxerstatic.com", "public_scheme": "https", "public_port": 443 } } logging: *default-logging fluxer_server: