We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b4ba5 + a2fdec3 commit 4023f51Copy full SHA for 4023f51
1 file changed
samples/fastapi/compose.dev.yaml
@@ -1,6 +1,8 @@
1
services:
2
fastapi:
3
+ extends:
4
+ file: compose.yaml
5
+ service: fastapi
6
volumes:
7
- ./fastapi:/app
8
command: fastapi dev main.py --host 0.0.0.0
-
0 commit comments