Skip to content

Commit aa086d6

Browse files
authored
Merge pull request #3 from PickNikRobotics/merge-compose
Template docker-compose.yaml for merging
2 parents 9b06b36 + 493136f commit aa086d6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docker-compose.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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:

0 commit comments

Comments
 (0)