From d43d436b89c60c4e0c9247968d71559793ccc871 Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 10 Apr 2025 11:00:51 +0200 Subject: [PATCH] Fix: use app container as SPA root --- .env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index eda866304..49112eadd 100644 --- a/.env.example +++ b/.env.example @@ -24,9 +24,14 @@ C_FORCE_ROOT=true PYTHONDONTWRITEBYTECODE=true PYTHONTRACEMALLOC=0 +# app + +HOST=0.0.0.0 +VUE_PORT=8080 + # api -FUNKWHALE_SPA_HTML_ROOT=http://web +FUNKWHALE_SPA_HTML_ROOT=http://app:${VUE_PORT} LDAP_ENABLED=False BROWSABLE_API_ENABLED=True @@ -38,11 +43,6 @@ MEDIA_ROOT=/data/media # api + Typesense TYPESENSE_API_KEY=apikey -# app - -HOST=0.0.0.0 -VUE_PORT=8080 - # web NGINX_MAX_BODY_SIZE=10G