Fix: use app container as SPA root
This commit is contained in:
parent
93e09b6c96
commit
d43d436b89
12
.env.example
12
.env.example
|
@ -24,9 +24,14 @@ C_FORCE_ROOT=true
|
||||||
PYTHONDONTWRITEBYTECODE=true
|
PYTHONDONTWRITEBYTECODE=true
|
||||||
PYTHONTRACEMALLOC=0
|
PYTHONTRACEMALLOC=0
|
||||||
|
|
||||||
|
# app
|
||||||
|
|
||||||
|
HOST=0.0.0.0
|
||||||
|
VUE_PORT=8080
|
||||||
|
|
||||||
# api
|
# api
|
||||||
|
|
||||||
FUNKWHALE_SPA_HTML_ROOT=http://web
|
FUNKWHALE_SPA_HTML_ROOT=http://app:${VUE_PORT}
|
||||||
LDAP_ENABLED=False
|
LDAP_ENABLED=False
|
||||||
BROWSABLE_API_ENABLED=True
|
BROWSABLE_API_ENABLED=True
|
||||||
|
|
||||||
|
@ -38,11 +43,6 @@ MEDIA_ROOT=/data/media
|
||||||
# api + Typesense
|
# api + Typesense
|
||||||
TYPESENSE_API_KEY=apikey
|
TYPESENSE_API_KEY=apikey
|
||||||
|
|
||||||
# app
|
|
||||||
|
|
||||||
HOST=0.0.0.0
|
|
||||||
VUE_PORT=8080
|
|
||||||
|
|
||||||
# web
|
# web
|
||||||
|
|
||||||
NGINX_MAX_BODY_SIZE=10G
|
NGINX_MAX_BODY_SIZE=10G
|
||||||
|
|
Loading…
Reference in New Issue