Skip to content

Commit e3a179e

Browse files
committed
revise dev compose file
1 parent 8f7e22b commit e3a179e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

samples/agentic-strands/compose.dev.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,12 @@ services:
77
- target: 5001
88
published: 5001
99
mode: ingress
10-
# if using AWS Bedrock for local development, include this section:
11-
environment:
12-
- AWS_REGION=${AWS_REGION} # replace with your AWS region
13-
- AWS_PROFILE=${AWS_PROFILE} # replace with your AWS profile name
14-
volumes:
15-
- ./app:/app
16-
- type: bind
17-
source: ~/.aws
18-
target: /root/.aws
1910

2011
llm:
2112
extends:
2213
file: compose.yaml
2314
service: llm
24-
# if using AWS Bedrock for local development, include this section:
15+
# AWS section
2516
environment:
2617
- AWS_REGION=${AWS_REGION} # replace with your AWS region
2718
- AWS_PROFILE=${AWS_PROFILE} # replace with your AWS profile name
@@ -30,6 +21,7 @@ services:
3021
- type: bind
3122
source: ~/.aws
3223
target: /root/.aws
33-
# if using GCP for local development, include this section:
24+
25+
# GCP section
3426
# environment:
3527
# - GCP_PROJECT_ID=${GCP_PROJECT_ID} # replace with your GCP project ID

0 commit comments

Comments
 (0)