@smi-digital/create-smi-app 2.5.0 → 2.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smi-digital/create-smi-app",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -39,6 +39,14 @@ services:
39
39
  depends_on:
40
40
  __APP_NAME__-strapi:
41
41
  condition: service_healthy
42
+ healthcheck:
43
+ test: ["CMD", "wget", "-q", "--spider", "http://localhost:4321"]
44
+ interval: 5s
45
+ timeout: 2s
46
+ retries: 5
47
+ deploy:
48
+ update_config:
49
+ order: start-first
42
50
 
43
51
  __APP_NAME__-cache:
44
52
  container_name: __APP_NAME__-cache
@@ -50,6 +58,14 @@ services:
50
58
  - agency_shared_network
51
59
  depends_on:
52
60
  - __APP_NAME__-astro
61
+ healthcheck:
62
+ test: ["CMD", "wget", "-q", "--spider", "http://localhost/"]
63
+ interval: 5s
64
+ timeout: 2s
65
+ retries: 5
66
+ deploy:
67
+ update_config:
68
+ order: start-first
53
69
  labels:
54
70
  - "traefik.enable=true"
55
71
  # Listen on both www and non-www