Skip to content

Commit d42f3d6

Browse files
mount ./app for local dev
1 parent c4147c8 commit d42f3d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

samples/managed-llm-provider/compose.local.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ services:
33
extends:
44
file: compose.yaml
55
service: app
6+
volumes:
7+
- ./app:/app
68
llm:
79
extends:
8-
file: compose.yaml
9-
service: llm
10+
file: compose.yaml
11+
service: llm
1012
# if using AWS Bedrock for local development, include this section:
1113
environment:
1214
- AWS_REGION=${AWS_REGION} # replace with your AWS region

0 commit comments

Comments
 (0)