File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Docker Compose file that will be merged with /opt/moveit_pro/docker-compose.yaml.
2+ # For more details on how merging works, see https://docs.docker.com/compose/how-tos/multiple-compose-files/merge/#merging-rules.
3+
4+ # Services that are listed under `/opt/moveit_pro/docker-compose.yaml` are mirrored here for merging.
5+ # Feel free to remove services here that are unmodified.
6+ services :
7+ # The base image that all MoveIt Pro services extend off of. Builds the user workspace.
8+ base :
9+ build :
10+ # List any arguments for building the user workspace here.
11+ args :
12+
13+ # Starts the MoveIt Pro Agent and the Bridge between the Agent and the Web UI.
14+ agent_bridge :
15+
16+ # Starts the robot drivers.
17+ drivers :
18+
19+ # Starts the web UI frontend.
20+ web_ui :
21+
22+ # Developer specific configuration when running `moveit_pro dev`.
23+ dev :
You can’t perform that action at this time.
0 commit comments