Skip to content

Commit 4023f51

Browse files
authored
Merge pull request #621 from DefangLabs/kevin/extendFastapi
missing extends for local development
2 parents e1b4ba5 + a2fdec3 commit 4023f51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

samples/fastapi/compose.dev.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
services:
22
fastapi:
3+
extends:
4+
file: compose.yaml
5+
service: fastapi
36
volumes:
47
- ./fastapi:/app
58
command: fastapi dev main.py --host 0.0.0.0
6-

0 commit comments

Comments
 (0)