Control streaming vs non-streaming on frontend with env variable (#162)

This commit is contained in:
Chris Weaver
2023-07-12 01:12:42 -07:00
committed by GitHub
parent d53ec8a905
commit 3889e01d86
10 changed files with 278 additions and 151 deletions

View File

@@ -45,6 +45,8 @@ services:
build:
context: ../../web
dockerfile: Dockerfile
args:
- NEXT_PUBLIC_DISABLE_STREAMING=${NEXT_PUBLIC_DISABLE_STREAMING:-false}
depends_on:
- api_server
restart: always