-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.multi.yaml
More file actions
80 lines (80 loc) · 2.34 KB
/
docker-compose.multi.yaml
File metadata and controls
80 lines (80 loc) · 2.34 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
version: '3'
services:
edgedevice0:
image: images:ros2-shc
container_name: shc0
volumes:
- ~/ros2_ws:/ros_ws/docker
- /dev/shm:/dev/shm
- /tmp/.X11-unix:/tmp/.X11-unix
- ~/.Xauthority:/root/.Xauthority
- /etc/localtime:/etc/localtime:ro
stdin_open: true
tty: true
environment:
DISPLAY: $DISPLAY
edgedevice1:
image: images:ros2-shc
container_name: shc1
volumes:
- ~/ros2_ws:/ros_ws/docker
- /dev/shm:/dev/shm
- /tmp/.X11-unix:/tmp/.X11-unix
- ~/.Xauthority:/root/.Xauthority
- /etc/localtime:/etc/localtime:ro
stdin_open: true
tty: true
environment:
DISPLAY: $DISPLAY
edgedevice2:
image: images:ros2-shc
container_name: shc2
volumes:
- ~/ros2_ws:/ros_ws/docker
- /dev/shm:/dev/shm
- /tmp/.X11-unix:/tmp/.X11-unix
- ~/.Xauthority:/root/.Xauthority
- /etc/localtime:/etc/localtime:ro
stdin_open: true
tty: true
environment:
DISPLAY: $DISPLAY
edgedevice3:
image: images:ros2-shc
container_name: shc3
volumes:
- ~/ros2_ws:/ros_ws/docker
- /dev/shm:/dev/shm
- /tmp/.X11-unix:/tmp/.X11-unix
- ~/.Xauthority:/root/.Xauthority
- /etc/localtime:/etc/localtime:ro
stdin_open: true
tty: true
environment:
DISPLAY: $DISPLAY
edgedevice4:
image: images:ros2-shc
container_name: shc4
volumes:
- ~/ros2_ws:/ros_ws/docker
- /dev/shm:/dev/shm
- /tmp/.X11-unix:/tmp/.X11-unix
- ~/.Xauthority:/root/.Xauthority
- /etc/localtime:/etc/localtime:ro
stdin_open: true
tty: true
environment:
DISPLAY: $DISPLAY
edgedevice5:
image: images:ros2-shc
container_name: shc5
volumes:
- ~/ros2_ws:/ros_ws/docker
- /dev/shm:/dev/shm
- /tmp/.X11-unix:/tmp/.X11-unix
- ~/.Xauthority:/root/.Xauthority
- /etc/localtime:/etc/localtime:ro
stdin_open: true
tty: true
environment:
DISPLAY: $DISPLAY