Skip to content

Commit

Permalink
fix: made gd back commented in case needed
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 10, 2024
1 parent eea03e2 commit 8ce9d8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ services:
- ten_agent_network
environment:
- AGENT_SERVER_URL=http://ten_agent_dev:8080
# ten_graph_designer:
# image: ghcr.io/ten-framework/ten_graph_designer:dde0ff1
# container_name: ten_graph_designer
# restart: always
# ports:
# - "3001:3000"
# networks:
# - ten_agent_network
# environment:
# - TEN_DEV_SERVER_URL=http://ten_agent_dev:49483
networks:
ten_agent_network:
driver: bridge

0 comments on commit 8ce9d8e

Please sign in to comment.