@turboops/cli 1.0.0-dev.728 → 1.0.0-dev.729
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2228,10 +2228,8 @@ services:
|
|
|
2228
2228
|
expose:
|
|
2229
2229
|
- "3000"
|
|
2230
2230
|
depends_on:
|
|
2231
|
-
mongo
|
|
2232
|
-
|
|
2233
|
-
redis:
|
|
2234
|
-
condition: service_healthy
|
|
2231
|
+
- mongo
|
|
2232
|
+
- redis
|
|
2235
2233
|
healthcheck:
|
|
2236
2234
|
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/health"]
|
|
2237
2235
|
interval: 30s
|
|
@@ -2248,8 +2246,7 @@ services:
|
|
|
2248
2246
|
expose:
|
|
2249
2247
|
- "3000"
|
|
2250
2248
|
depends_on:
|
|
2251
|
-
api
|
|
2252
|
-
condition: service_healthy
|
|
2249
|
+
- api
|
|
2253
2250
|
healthcheck:
|
|
2254
2251
|
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000"]
|
|
2255
2252
|
interval: 30s
|
|
@@ -3162,10 +3159,8 @@ services:
|
|
|
3162
3159
|
expose:
|
|
3163
3160
|
- "3000"
|
|
3164
3161
|
depends_on:
|
|
3165
|
-
mongo
|
|
3166
|
-
|
|
3167
|
-
redis:
|
|
3168
|
-
condition: service_healthy
|
|
3162
|
+
- mongo
|
|
3163
|
+
- redis
|
|
3169
3164
|
healthcheck:
|
|
3170
3165
|
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/health"]
|
|
3171
3166
|
interval: 30s
|
|
@@ -3181,8 +3176,7 @@ services:
|
|
|
3181
3176
|
expose:
|
|
3182
3177
|
- "3000"
|
|
3183
3178
|
depends_on:
|
|
3184
|
-
api
|
|
3185
|
-
condition: service_healthy
|
|
3179
|
+
- api
|
|
3186
3180
|
healthcheck:
|
|
3187
3181
|
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000"]
|
|
3188
3182
|
interval: 30s
|