|
1 |
| -// For format details, see https://aka.ms/devcontainer.json. For config options, see the |
2 |
| -// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose |
3 | 1 | {
|
4 | 2 | "name": "oref0",
|
5 |
| - // Update the 'dockerComposeFile' list if you have more compose files or use different names. |
6 |
| - // The .devcontainer/docker-compose.yml file contains any overrides you need/want to make. |
7 | 3 | "dockerComposeFile": [
|
8 | 4 | "../docker-compose.yml",
|
9 |
| - "../docker-compose.override.yml", |
10 | 5 | "docker-compose.yml"
|
11 | 6 | ],
|
12 |
| - // The 'service' property is the name of the service for the container that VS Code should |
13 |
| - // use. Update this value and .devcontainer/docker-compose.yml to the real service name. |
14 | 7 | "service": "node",
|
15 |
| - // The optional 'workspaceFolder' property is the path VS Code should open by default when |
16 |
| - // connected. This is typically a file mount in .devcontainer/docker-compose.yml |
17 |
| - // "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", |
18 | 8 | "workspaceFolder": "/app",
|
19 | 9 | "features": {},
|
20 | 10 | "customizations": {
|
|
27 | 17 | ]
|
28 | 18 | }
|
29 | 19 | }
|
30 |
| - // Features to add to the dev container. More info: https://containers.dev/features. |
31 |
| - // "features": {}, |
32 |
| - // Use 'forwardPorts' to make a list of ports inside the container available locally. |
33 |
| - // "forwardPorts": [], |
34 |
| - // Uncomment the next line if you want start specific services in your Docker Compose config. |
35 |
| - // "runServices": [], |
36 |
| - // Uncomment the next line if you want to keep your containers running after VS Code shuts down. |
37 |
| - // "shutdownAction": "none", |
38 |
| - // Uncomment the next line to run commands after the container is created. |
39 |
| - // "postCreateCommand": "cat /etc/os-release", |
40 |
| - // Configure tool-specific properties. |
41 |
| - // "customizations": {}, |
42 |
| - // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. |
43 |
| - // "remoteUser": "devcontainer" |
44 | 20 | }
|
0 commit comments