fix(env): docker compose variable interpolation issue for COMPOSE_PRO… (#12093)

Co-authored-by: Han Kyaw <hankyaw@Hans-MBP.lan>
This commit is contained in:
Han K
2024-12-31 13:46:51 +08:00
committed by GitHub
parent d4b848272e
commit fbf5deda21
2 changed files with 2 additions and 1 deletions

View File

@@ -374,7 +374,6 @@ x-shared-env: &shared-api-worker-env
SSRF_COREDUMP_DIR: ${SSRF_COREDUMP_DIR:-/var/spool/squid}
SSRF_REVERSE_PROXY_PORT: ${SSRF_REVERSE_PROXY_PORT:-8194}
SSRF_SANDBOX_HOST: ${SSRF_SANDBOX_HOST:-sandbox}
COMPOSE_PROFILES: ${COMPOSE_PROFILES:-${VECTOR_STORE:-weaviate}}
EXPOSE_NGINX_PORT: ${EXPOSE_NGINX_PORT:-80}
EXPOSE_NGINX_SSL_PORT: ${EXPOSE_NGINX_SSL_PORT:-443}
POSITION_TOOL_PINS: ${POSITION_TOOL_PINS:-}