File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
# dev
26
26
navigation-dev :
27
27
extends :
28
- file : docker-compose.yaml
28
+ file : docker-compose-common .yaml
29
29
service : navigation-dev
30
30
environment :
31
31
- CABOT_GAZEBO=0
@@ -53,7 +53,7 @@ services:
53
53
54
54
localization-dev :
55
55
extends :
56
- file : docker-compose-nuc .yaml
56
+ file : docker-compose-common .yaml
57
57
service : localization-dev
58
58
environment :
59
59
- CABOT_GAZEBO=0
@@ -63,7 +63,7 @@ services:
63
63
64
64
people-nuc-dev :
65
65
extends :
66
- file : docker-compose-nuc .yaml
66
+ file : docker-compose-common .yaml
67
67
service : people-nuc-dev
68
68
environment :
69
69
- CABOT_GAZEBO=0
@@ -81,7 +81,7 @@ services:
81
81
# prodimg
82
82
navigation-prod :
83
83
extends :
84
- file : docker-compose.yaml
84
+ file : docker-compose-common .yaml
85
85
service : navigation-prod
86
86
environment :
87
87
- CABOT_GAZEBO=0
@@ -109,7 +109,7 @@ services:
109
109
110
110
localization-prod :
111
111
extends :
112
- file : docker-compose-nuc .yaml
112
+ file : docker-compose-common .yaml
113
113
service : localization-prod
114
114
environment :
115
115
- CABOT_GAZEBO=0
@@ -119,7 +119,7 @@ services:
119
119
120
120
people-nuc-prod :
121
121
extends :
122
- file : docker-compose-nuc .yaml
122
+ file : docker-compose-common .yaml
123
123
service : people-nuc-prod
124
124
environment :
125
125
- CABOT_GAZEBO=0
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ services:
75
75
# prodimg
76
76
navigation-prod :
77
77
extends :
78
- file : cabot-navigation/ docker-compose.yaml
78
+ file : docker-compose-common .yaml
79
79
service : navigation-prod
80
80
environment :
81
81
- CABOT_GAZEBO=1
@@ -86,14 +86,14 @@ services:
86
86
87
87
gazebo-prod :
88
88
extends :
89
- file : cabot-navigation/ docker-compose.yaml
89
+ file : docker-compose-common .yaml
90
90
service : gazebo-prod
91
91
profiles :
92
92
- prod
93
93
94
94
gui-prod :
95
95
extends :
96
- file : cabot-navigation/ docker-compose.yaml
96
+ file : docker-compose-common .yaml
97
97
service : gui-prod
98
98
environment :
99
99
- CABOT_GAZEBO=1
@@ -103,7 +103,7 @@ services:
103
103
104
104
localization-prod :
105
105
extends :
106
- file : cabot-navigation/ docker-compose.yaml
106
+ file : docker-compose-common .yaml
107
107
service : localization-prod
108
108
environment :
109
109
- CABOT_GAZEBO=1
@@ -114,7 +114,7 @@ services:
114
114
# people service only queue and tracking
115
115
people-nuc-prod :
116
116
extends :
117
- file : cabot-people/ docker-compose.yaml
117
+ file : docker-compose-common .yaml
118
118
service : people-nuc-prod
119
119
environment :
120
120
- CABOT_GAZEBO=1
You can’t perform that action at this time.
0 commit comments