Skip to content

Commit 8f7e22b

Browse files
committed
edit dev compose file
1 parent e3349f9 commit 8f7e22b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/agentic-strands/compose.dev.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ services:
77
- target: 5001
88
published: 5001
99
mode: ingress
10+
# if using AWS Bedrock for local development, include this section:
1011
environment:
1112
- AWS_REGION=${AWS_REGION} # replace with your AWS region
1213
- AWS_PROFILE=${AWS_PROFILE} # replace with your AWS profile name
13-
# - GCP_PROJECT_ID=${GCP_PROJECT_ID} # replace with your GCP project ID
1414
volumes:
1515
- ./app:/app
1616
- type: bind
@@ -30,3 +30,6 @@ services:
3030
- type: bind
3131
source: ~/.aws
3232
target: /root/.aws
33+
# if using GCP for local development, include this section:
34+
# environment:
35+
# - GCP_PROJECT_ID=${GCP_PROJECT_ID} # replace with your GCP project ID

0 commit comments

Comments
 (0)