Skip to content

Commit 8f6db2f

Browse files
mount ./app for local dev
1 parent 60e356d commit 8f6db2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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)