From 804996531bc01bdae43e87589b2c6652c82043b4 Mon Sep 17 00:00:00 2001 From: Ethan Zhang Date: Fri, 23 Aug 2024 12:23:34 +0800 Subject: [PATCH] feat: update docker images (#243) * 1. prevent changing property.json anywhere 2. every worker start will have a new property.json, strip property.json with non-use graphs 3. except for channel name, token and asr_language, move all other properties settings to frontend * 1. moved properties to frontend 2. frontend can now overwrite property values, while channelName, remoteStreamUid still takes highest priority 3. use process group to better kill worker * fix: remove legacy graph mappings * fix: use native strings.Join * fix: add page description * feat: update images to latest --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8bb5cb14..2e045b18 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: env_file: - .env astra_playground: - image: ghcr.io/ten-framework/astra_playground:v0.3.0-rc1-2-g2385dfe + image: ghcr.io/ten-framework/astra_playground:v0.4.0-14-ga9ea9d2 container_name: astra_playground restart: always ports: @@ -33,9 +33,9 @@ services: # - "3002:3000" # volumes: # - ./:/app - astra_graph_designer: - image: agoraio/astra_graph_designer:0.3.0 - container_name: astra_graph_designer + ten_graph_designer: + image: ghcr.io/ten-framework/ten_graph_designer:0f67db6 + container_name: ten_graph_designer restart: always ports: - "3001:3000"