File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ services:
3
3
extends :
4
4
file : compose.yaml
5
5
service : app
6
+ volumes :
7
+ - ./app:/app
6
8
llm :
7
9
extends :
8
- file : compose.yaml
9
- service : llm
10
+ file : compose.yaml
11
+ service : llm
10
12
# if using AWS Bedrock for local development, include this section:
11
13
environment :
12
14
- AWS_REGION=${AWS_REGION} # replace with your AWS region
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ services:
3
3
extends :
4
4
file : compose.yaml
5
5
service : app
6
+ volumes :
7
+ - ./app:/app
6
8
llm :
7
9
extends :
8
- file : compose.yaml
9
- service : llm
10
+ file : compose.yaml
11
+ service : llm
10
12
# if using AWS Bedrock for local development, include this section:
11
13
environment :
12
14
- AWS_REGION=${AWS_REGION} # replace with your AWS region
You can’t perform that action at this time.
0 commit comments