Skip to content

Commit

Permalink
docker compoes update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Dec 13, 2024
1 parent c6d5884 commit ed40fc2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions services/chat-live-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- ../../agenta-cli:/agenta-cli
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down
2 changes: 1 addition & 1 deletion services/chat-old-sdk.rest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@baseUrl = http://localhost

@service = chat-old-sdk
@service = chat-live-sdk

### These request can be run using the Rest Client extension in vsCode

Expand Down
1 change: 1 addition & 0 deletions services/chat-old-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- .:/app
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down
1 change: 1 addition & 0 deletions services/completion-live-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- ../../agenta-cli:/agenta-cli
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down
2 changes: 1 addition & 1 deletion services/completion-old-sdk.rest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@baseUrl = http://localhost
@service = completion-old-sdk
@service = completion-live-sdk

### These request can be run using the Rest Client extension in vsCode

Expand Down
1 change: 1 addition & 0 deletions services/completion-old-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- .:/app
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down

0 comments on commit ed40fc2

Please sign in to comment.