-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
28 lines (28 loc) · 868 Bytes
/
docker-compose.yml
File metadata and controls
28 lines (28 loc) · 868 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
version: '3.0'
services:
amz-rosbag-filter:
build: ./filter
volumes:
- /home/amz-nas/pilatus-2021:/pilatus-2021:ro
- /home/amz-nas/pilatus-2022:/pilatus-2022:ro
- /home/amz-nas/bernina-2022:/bernina-2022:ro
- /home/amz-nas/bernina-2023:/bernina-2023:ro
- /home/amz-nas/castor-2023:/castor-2023:ro
image: amz-rosbag-filter
stdin_open: true
tty: true
environment:
- SOURCE_DIR=/home/amz-nas
amz-rosbag-analyzer:
build: ./analyzer
volumes:
- /home/amz-nas/pilatus-2021:/pilatus-2021
- /home/amz-nas/pilatus-2022:/pilatus-2022
- /home/amz-nas/bernina-2022:/bernina-2022
- /home/amz-nas/bernina-2023:/bernina-2023
- /home/amz-nas/castor-2023:/castor-2023
image: amz-rosbag-analyzer
stdin_open: true
tty: true
environment:
- SOURCE_DIR=/home/amz-nas