Skip to content

Commit

Permalink
chore(): upgrade graph_designer image version (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinexcode authored Aug 13, 2024
1 parent e4e93e3 commit d5f9f38
Showing 1 changed file with 29 additions and 46 deletions.
75 changes: 29 additions & 46 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,30 @@
services:
astra_agents_dev:
image: ghcr.io/rte-design/astra_agents_build:0.3.6
container_name: astra_agents_dev
platform: linux/amd64
tty: true
stdin_open: true
restart: always
command: "make run-gd-server"
ports:
- "${GRAPH_DESIGNER_SERVER_PORT}:${GRAPH_DESIGNER_SERVER_PORT}"
- "${SERVER_PORT}:${SERVER_PORT}"
volumes:
- ./:/app
- ${LOG_PATH}:${LOG_PATH}
working_dir: /app
environment:
AGORA_APP_ID: ${AGORA_APP_ID}
AGORA_APP_CERTIFICATE: ${AGORA_APP_CERTIFICATE}
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
AWS_BEDROCK_MODEL: ${AWS_BEDROCK_MODEL}
AWS_REGION: ${AWS_REGION}
AZURE_STT_KEY: ${AZURE_STT_KEY}
AZURE_STT_REGION: ${AZURE_STT_REGION}
AZURE_TTS_KEY: ${AZURE_TTS_KEY}
AZURE_TTS_REGION: ${AZURE_TTS_REGION}
COSY_TTS_KEY: ${COSY_TTS_KEY}
ELEVENLABS_TTS_KEY: ${ELEVENLABS_TTS_KEY}
LITELLM_MODEL: ${LITELLM_MODEL}
OPENAI_API_KEY: ${OPENAI_API_KEY}
OPENAI_BASE_URL: ${OPENAI_BASE_URL}
OPENAI_MODEL: ${OPENAI_MODEL}
OPENAI_PROXY_URL: ${OPENAI_PROXY_URL}
QWEN_API_KEY: ${QWEN_API_KEY}
astra_playground:
image: ghcr.io/rte-design/astra_playground:v0.2.0-15-g38e1738
container_name: astra_playground
restart: always
ports:
- "3000:3000"
astra_graph_designer:
image: agoraio/astra_graph_designer:0.2.0
container_name: astra_graph_designer
restart: always
ports:
- "3001:3000"
astra_agents_dev:
image: ghcr.io/rte-design/astra_agents_build:0.3.6
container_name: astra_agents_dev
platform: linux/amd64
tty: true
stdin_open: true
restart: always
command: "make run-gd-server"
ports:
- "${GRAPH_DESIGNER_SERVER_PORT}:${GRAPH_DESIGNER_SERVER_PORT}"
- "${SERVER_PORT}:${SERVER_PORT}"
volumes:
- ./:/app
- ${LOG_PATH}:${LOG_PATH}
working_dir: /app
env_file:
- .env
astra_playground:
image: ghcr.io/rte-design/astra_playground:v0.2.0-15-g38e1738
container_name: astra_playground
restart: always
ports:
- "3000:3000"
astra_graph_designer:
image: agoraio/astra_graph_designer:0.3.0
container_name: astra_graph_designer
restart: always
ports:
- "3001:3000"

0 comments on commit d5f9f38

Please sign in to comment.