We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3349f9 commit 8f7e22bCopy full SHA for 8f7e22b
samples/agentic-strands/compose.dev.yaml
@@ -7,10 +7,10 @@ services:
7
- target: 5001
8
published: 5001
9
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
- # - GCP_PROJECT_ID=${GCP_PROJECT_ID} # replace with your GCP project ID
14
volumes:
15
- ./app:/app
16
- type: bind
@@ -30,3 +30,6 @@ services:
30
31
source: ~/.aws
32
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