Skip to content

Commit

Permalink
feat: remove assistant-service
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR committed Mar 27, 2024
1 parent f89e631 commit f63b1a8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ services:
ports:
- ${WS_SERVER_PORT}:${WS_SERVER_PORT}

assistant-service:
image: jaderodev/assistant-service:latest
restart: on-failure
container_name: assistant-service
environment:
- SUPABASE_URL=${SUPABASE_URL}
- SUPABASE_PRIVATE_KEY=${SUPABASE_PRIVATE_KEY}
- OPENAI_API_KEY=${OPENAI_API_KEY}
- MONGO_DB_URL=${MONGO_DB_URL}
- PORT=${ASSSISTANT_PORT}
# assistant-service:
# image: jaderodev/assistant-service:latest
# restart: on-failure
# container_name: assistant-service
# environment:
# - SUPABASE_URL=${SUPABASE_URL}
# - SUPABASE_PRIVATE_KEY=${SUPABASE_PRIVATE_KEY}
# - OPENAI_API_KEY=${OPENAI_API_KEY}
# - MONGO_DB_URL=${MONGO_DB_URL}
# - PORT=${ASSSISTANT_PORT}

aup-backend:
image: jaderodev/aup-backend:latest
Expand Down

0 comments on commit f63b1a8

Please sign in to comment.