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 1fc92e7 commit dfdecedCopy full SHA for dfdeced
docker-compose.yml
@@ -0,0 +1,16 @@
1
+services:
2
+ python-api:
3
+ image: mcr.microsoft.com/devcontainers/python:1-3.12-bookworm
4
+ volumes:
5
+ # Mount the root folder that contains .git
6
+ - .:/workspace
7
+ command: sleep infinity
8
+ # ...
9
+
10
+ node-app:
11
+ image: mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm
12
13
14
15
16
0 commit comments