File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments