@things-factory/operato-ecs 8.0.0-alpha.21 → 8.0.0-alpha.23

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.
@@ -12,3 +12,8 @@ services:
12
12
  - ../db.sqlite:/app/db.sqlite
13
13
  ports:
14
14
  - 4000:3000
15
+ logging:
16
+ driver: 'json-file'
17
+ options:
18
+ max-size: '100m'
19
+ max-file: '3'
@@ -19,6 +19,11 @@ services:
19
19
  - postgres
20
20
  - mosquitto
21
21
  - scheduler
22
+ logging:
23
+ driver: 'json-file'
24
+ options:
25
+ max-size: '100m'
26
+ max-file: '3'
22
27
  postgres:
23
28
  image: postgres:13.2
24
29
  container_name: db-operato-ecs
@@ -35,7 +40,6 @@ services:
35
40
  ports:
36
41
  - 1883:1883
37
42
  - 9001:9001
38
-
39
43
  scheduler:
40
44
  image: hatiolab/schevt-mgr:latest
41
45
  container_name: scheduler
@@ -43,3 +47,8 @@ services:
43
47
  - ./config.yaml:/app/config.yaml
44
48
  ports:
45
49
  - '9902:9902'
50
+ logging:
51
+ driver: 'json-file'
52
+ options:
53
+ max-size: '100m'
54
+ max-file: '3'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "8.0.0-alpha.21",
3
+ "version": "8.0.0-alpha.23",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -64,37 +64,37 @@
64
64
  "@operato/scene-table": "^8.0.0-alpha",
65
65
  "@operato/scene-timer": "^8.0.0-alpha",
66
66
  "@operato/scene-wellstek-gantt": "^8.0.0-alpha",
67
- "@things-factory/api": "^8.0.0-alpha.19",
68
- "@things-factory/apptool-ui": "^8.0.0-alpha.19",
69
- "@things-factory/auth-ui": "^8.0.0-alpha.19",
70
- "@things-factory/board-service": "^8.0.0-alpha.21",
71
- "@things-factory/board-ui": "^8.0.0-alpha.19",
72
- "@things-factory/context-ui": "^8.0.0-alpha.19",
73
- "@things-factory/dashboard": "^8.0.0-alpha.21",
74
- "@things-factory/evaluation": "^8.0.0-alpha.19",
75
- "@things-factory/export-ui": "^8.0.0-alpha.19",
76
- "@things-factory/help": "^8.0.0-alpha.19",
77
- "@things-factory/i18n-base": "^8.0.0-alpha.19",
78
- "@things-factory/integration-email": "^8.0.0-alpha.21",
79
- "@things-factory/integration-headless": "^8.0.0-alpha.21",
80
- "@things-factory/integration-influxdb": "^8.0.0-alpha.21",
81
- "@things-factory/integration-melsec": "^8.0.0-alpha.21",
82
- "@things-factory/integration-modbus": "^8.0.0-alpha.21",
83
- "@things-factory/integration-opc": "^8.0.0-alpha.21",
84
- "@things-factory/integration-ui": "^8.0.0-alpha.21",
85
- "@things-factory/lite-menu": "^8.0.0-alpha.21",
86
- "@things-factory/more-ui": "^8.0.0-alpha.19",
87
- "@things-factory/notification": "^8.0.0-alpha.19",
88
- "@things-factory/oauth2-client": "^8.0.0-alpha.19",
89
- "@things-factory/print-ui": "^8.0.0-alpha.19",
90
- "@things-factory/resource-ui": "^8.0.0-alpha.19",
91
- "@things-factory/setting-base": "^8.0.0-alpha.19",
92
- "@things-factory/setting-ui": "^8.0.0-alpha.19",
93
- "@things-factory/shell": "^8.0.0-alpha.19",
94
- "@things-factory/system": "^8.0.0-alpha.19"
67
+ "@things-factory/api": "^8.0.0-alpha.22",
68
+ "@things-factory/apptool-ui": "^8.0.0-alpha.22",
69
+ "@things-factory/auth-ui": "^8.0.0-alpha.22",
70
+ "@things-factory/board-service": "^8.0.0-alpha.23",
71
+ "@things-factory/board-ui": "^8.0.0-alpha.22",
72
+ "@things-factory/context-ui": "^8.0.0-alpha.22",
73
+ "@things-factory/dashboard": "^8.0.0-alpha.23",
74
+ "@things-factory/evaluation": "^8.0.0-alpha.22",
75
+ "@things-factory/export-ui": "^8.0.0-alpha.22",
76
+ "@things-factory/help": "^8.0.0-alpha.22",
77
+ "@things-factory/i18n-base": "^8.0.0-alpha.22",
78
+ "@things-factory/integration-email": "^8.0.0-alpha.22",
79
+ "@things-factory/integration-headless": "^8.0.0-alpha.23",
80
+ "@things-factory/integration-influxdb": "^8.0.0-alpha.22",
81
+ "@things-factory/integration-melsec": "^8.0.0-alpha.22",
82
+ "@things-factory/integration-modbus": "^8.0.0-alpha.22",
83
+ "@things-factory/integration-opc": "^8.0.0-alpha.22",
84
+ "@things-factory/integration-ui": "^8.0.0-alpha.22",
85
+ "@things-factory/lite-menu": "^8.0.0-alpha.23",
86
+ "@things-factory/more-ui": "^8.0.0-alpha.22",
87
+ "@things-factory/notification": "^8.0.0-alpha.23",
88
+ "@things-factory/oauth2-client": "^8.0.0-alpha.22",
89
+ "@things-factory/print-ui": "^8.0.0-alpha.22",
90
+ "@things-factory/resource-ui": "^8.0.0-alpha.22",
91
+ "@things-factory/setting-base": "^8.0.0-alpha.22",
92
+ "@things-factory/setting-ui": "^8.0.0-alpha.22",
93
+ "@things-factory/shell": "^8.0.0-alpha.22",
94
+ "@things-factory/system": "^8.0.0-alpha.22"
95
95
  },
96
96
  "devDependencies": {
97
- "@things-factory/builder": "^8.0.0-alpha.10"
97
+ "@things-factory/builder": "^8.0.0-alpha.22"
98
98
  },
99
- "gitHead": "788bc537e525825b775bcedea2394e39e9222ef2"
99
+ "gitHead": "1ebbf45197acd1b0a8f27e9f21672d5cbef172ea"
100
100
  }