create-aomex 0.0.42 → 0.0.43

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": "create-aomex",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "repository": "git@github.com:aomex/create-aomex.git",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,5 +9,6 @@ services:
9
9
  cron:
10
10
  image: {{projectName}}:integration
11
11
  command: npx aomex cron:start
12
+ restart: always
12
13
  environment:
13
14
  - NODE_COMPILE_CACHE=/tmp
@@ -9,5 +9,6 @@ services:
9
9
  cron:
10
10
  image: {{projectName}}:production
11
11
  command: npx aomex cron:start
12
+ restart: always
12
13
  environment:
13
14
  - NODE_COMPILE_CACHE=/tmp