-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathplugins.yaml
93 lines (88 loc) · 1.94 KB
/
plugins.yaml
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
81
82
83
84
85
86
87
88
89
90
91
92
93
plugins:
cabot-map_server:
path: ./cabot-navigation
dockerfile: docker-compose.yaml
service: map_server
cabot-map_data:
path: ./cabot-navigation
dockerfile: docker-compose.yaml
service: map_data
mongodb_ms:
path: ./cabot-navigation
dockerfile: docker-compose.yaml
service: mongodb_ms
cabot-app-server:
path: .
dockerfile: docker-compose-common.yaml
service: app-server-prod
cabot-dashboard:
path: ./cabot-dashboard
dockerfile: docker-compose.yaml
service: dashboard-client
cabot-grafana:
path: ./cabot-grafana
dockerfile: docker-compose.yaml
service: influxdb-client-prod
profile: prod
cabot-rtk_gnss:
path: .
dockerfile: docker-compose-common.yaml
service: rtk_gnss-prod
cabot-power-controller:
path: .
dockerfile: docker-compose-common.yaml
service: power_controller-prod
server-test:
plugins:
- cabot-map_server
- cabot-map_data
- mongodb_ms
networks:
mongodb_network:
app-test:
plugins:
- cabot-app-server
cabot3-ace2:
plugins:
- cabot-map_server
- cabot-map_data
- mongodb_ms
- cabot-app-server
- cabot-grafana
- cabot-dashboard
- cabot-power-controller
environment:
CABOT_MODEL: cabot3-ace2
RMW_IMPLEMENTATION: rmw_cycllnedds_cpp
networks:
mongodb_network:
cabot3-k1:
plugins:
- cabot-map_server
- cabot-map_data
- mongodb_ms
- cabot-app-server
- cabot-grafana
- cabot-dashboard
- cabot-power-controller
- cabot-rtk_gnss
environment:
CABOT_MODEL: cabot3-k1
RMW_IMPLEMENTATION: rmw_cycllnedds_cpp
networks:
mongodb_network:
cabot3-k4:
plugins:
- cabot-map_server
- cabot-map_data
- mongodb_ms
- cabot-app-server
- cabot-grafana
- cabot-dashboard
- cabot-power-controller
- cabot-rtk_gnss
environment:
CABOT_MODEL: cabot3-k4
RMW_IMPLEMENTATION: rmw_cycllnedds_cpp
networks:
mongodb_network: