Fix: use app container as SPA root

This commit is contained in:
jon r 2025-04-10 11:00:51 +02:00
parent 93e09b6c96
commit d43d436b89
1 changed files with 6 additions and 6 deletions

View File

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