@5minds/node-red-contrib-processcube 1.1.1-develop-99759f-lz2yhdgx → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/docker-compose.yml +1 -2
- package/package.json +1 -1
package/docker-compose.yml
CHANGED
@@ -23,7 +23,7 @@ services:
|
|
23
23
|
environment:
|
24
24
|
application__name: Engine for Node-RED contrib
|
25
25
|
iam__baseUrl: http://authority:11560
|
26
|
-
iam__allowAnonymousRootAccess:
|
26
|
+
iam__allowAnonymousRootAccess: false
|
27
27
|
command: --seed-dir=/processes --port 8000
|
28
28
|
depends_on:
|
29
29
|
- authority
|
@@ -38,6 +38,5 @@ services:
|
|
38
38
|
- 11560:11560
|
39
39
|
volumes:
|
40
40
|
- ./.processcube/authority/config:/etc/authority/config:ro
|
41
|
-
- ./.processcube/authority/db:/app/authority/storage/
|
42
41
|
environment:
|
43
42
|
UPE_SEED_PATH: /etc/authority/config/upeSeedingData.json
|