Skip to content

Commit

Permalink
feat: update docker images (#243)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
plutoless authored Aug 23, 2024
1 parent a9ea9d2 commit 8049965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

0 comments on commit 8049965

Please sign in to comment.