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 c4147c8 commit d42f3d6Copy full SHA for d42f3d6
samples/managed-llm-provider/compose.local.yaml
@@ -3,10 +3,12 @@ services:
3
extends:
4
file: compose.yaml
5
service: app
6
+ volumes:
7
+ - ./app:/app
8
llm:
9
- file: compose.yaml
- service: llm
10
+ file: compose.yaml
11
+ service: llm
12
# if using AWS Bedrock for local development, include this section:
13
environment:
14
- AWS_REGION=${AWS_REGION} # replace with your AWS region
0 commit comments