We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992180b commit b820ba0Copy full SHA for b820ba0
docker-compose.yaml
@@ -0,0 +1,22 @@
1
+
2
+version: '3.7'
3
4
+services:
5
+ broker1:
6
+ image: netifi/proteus:1.6.0
7
+ restart: always
8
+ networks:
9
+ - netifi
10
+ environment:
11
+ BROKER_SERVER_OPTS: >
12
+ '-Dnetifi.authentication.0.accessKey=9007199254740991'
13
+ '-Dnetifi.authentication.0.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY='
14
+ '-Dnetifi.broker.admin.accessKey=9007199254740991'
15
+ '-Dnetifi.broker.admin.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY='
16
+ '-Dnetifi.broker.console.enabled=true'
17
+ ports:
18
+ - "7001:7001"
19
+ - "8001:8001"
20
+ - "9000:9000"
21
+networks:
22
+ netifi:
0 commit comments