Skip to content

Commit b820ba0

Browse files
author
Alan Scherger
committed
feat: add docker-compose.yaml for file starting a broker
1 parent 992180b commit b820ba0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docker-compose.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)