Skip to content

Commit

Permalink
feat: update grah designer
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Sep 4, 2024
1 parent 72475e8 commit cd172b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ services:
# volumes:
# - ./:/app
ten_graph_designer:
image: ghcr.io/ten-framework/ten_graph_designer:72db9b2
image: ghcr.io/ten-framework/ten_graph_designer:8d56e8f
container_name: ten_graph_designer
restart: always
ports:
- "3001:3000"
networks:
- astra_network
environment:
- TEN_DEV_SERVER_URL=http://astra_agents_dev:49483
networks:
astra_network:
driver: bridge

0 comments on commit cd172b1

Please sign in to comment.