Files
wehub-resource-sync db1d565b64
Integration Tests / melodic (push) Has been cancelled
Integration Tests / noetic (push) Has been cancelled
Integration Tests / humble (push) Has been cancelled
Integration Tests / jazzy (push) Has been cancelled
Ruff Lint & Format / ruff (push) Has been cancelled
Sync main to develop / Check if sync is needed (push) Has been cancelled
Sync main to develop / Sync main to develop (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:36:23 +08:00

15 lines
363 B
YAML

services:
ros:
build:
context: ./docker
dockerfile: ${ROS_DOCKERFILE:-Dockerfile.ros2-humble}
container_name: ${ROS_CONTAINER_NAME:-ros-mcp-test}
ports:
- "9090:9090"
healthcheck:
test: ["CMD", "bash", "-c", "echo > /dev/tcp/localhost/9090"]
interval: 3s
timeout: 5s
retries: 20
start_period: 15s