File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ services:
33 environment :
44 PROJECT_CLONE_URL : https://github.com/${REPO_OWNER}/${REPO_NAME}
55
6- workspace :
7- # Override the default image if desired
8- # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-image
9- # image: dockersamples/labspace-workspace-java
6+ # workspace:
7+ # # Override the default image if desired
8+ # # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-image
9+ # image: dockersamples/labspace-workspace-java
1010
11- # Override the default ports to publish additional ports you may need
12- # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-ports
13- # ports: !override
14- # - "6274:6274" # Expose the MCP inspector users will launch from inside the Labspace
15- # - "8080:8080" # The port used by the app
11+ # # Override the default ports to publish additional ports you may need
12+ # # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-ports
13+ # ports: !override
14+ # - "6274:6274" # Expose the MCP inspector users will launch from inside the Labspace
15+ # - "8080:8080" # The port used by the app
1616
17- # Add other environment variables as needed
18- # environment:
19- # DANGEROUSLY_OMIT_AUTH: "true" # Skip auth for the MCP Inspector
17+ # # Add other environment variables as needed
18+ # environment:
19+ # DANGEROUSLY_OMIT_AUTH: "true" # Skip auth for the MCP Inspector
2020
21- # Add other models or services your Labspace may need
21+ # Add other models or services your Labspace may need
You can’t perform that action at this time.
0 commit comments