-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
32 lines (31 loc) · 760 Bytes
/
compose.yml
File metadata and controls
32 lines (31 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
x-common-vars: &common-vars
tty: true
stdin_open: true
ipc: host
network_mode: host
stop_grace_period: 1s
environment:
RMW_IMPLEMENTATION: $RMW_IMPLEMENTATION
ROS_DOMAIN_ID: $ROS_DOMAIN_ID
services:
ceiling-cam:
build:
context: .
target: ceiling-cam
args:
USER: ceiling-cam
<<: *common-vars
image: vision-main:ceiling-cam
container_name: ceiling-cam
privileged: true
volumes:
- /dev:/dev
groundtruth:
build:
context: .
target: aruco
args:
USER: groundtruth
<<: *common-vars
image: vision-main:groundtruth
container_name: groundtruth