-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcompose.override.yaml
More file actions
21 lines (17 loc) · 938 Bytes
/
compose.override.yaml
File metadata and controls
21 lines (17 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
configurator:
environment:
PROJECT_CLONE_URL: https://github.com/dockersamples/labspace-dhi-node
# workspace:
# # Override the default image if desired
# # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-image
# image: dockersamples/labspace-workspace-java
# # Override the default ports to publish additional ports you may need
# # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-ports
# ports: !override
# - "6274:6274" # Expose the MCP inspector users will launch from inside the Labspace
# - "8080:8080" # The port used by the app
# # Add other environment variables as needed
# environment:
# DANGEROUSLY_OMIT_AUTH: "true" # Skip auth for the MCP Inspector
# Add other models or services your Labspace may need