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:
7
7
- target : 5001
8
8
published : 5001
9
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
14
- volumes :
15
- - ./app:/app
16
- - type : bind
17
- source : ~/.aws
18
- target : /root/.aws
19
10
20
11
llm :
21
12
extends :
22
13
file : compose.yaml
23
14
service : llm
24
- # if using AWS Bedrock for local development, include this section:
15
+ # AWS section
25
16
environment :
26
17
- AWS_REGION=${AWS_REGION} # replace with your AWS region
27
18
- AWS_PROFILE=${AWS_PROFILE} # replace with your AWS profile name
@@ -30,6 +21,7 @@ services:
30
21
- type : bind
31
22
source : ~/.aws
32
23
target : /root/.aws
33
- # if using GCP for local development, include this section:
24
+
25
+ # GCP section
34
26
# environment:
35
27
# - GCP_PROJECT_ID=${GCP_PROJECT_ID} # replace with your GCP project ID
You can’t perform that action at this time.
0 commit comments