Skip to content

Commit 62fa8cb

Browse files
authored
Fix compose.override.yaml
By having a service with no value, it was causing errors when merging the Compose files.
1 parent a77c775 commit 62fa8cb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.labspace/compose.override.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)