Skip to content

Commit 1fa9441

Browse files
Merge pull request #69 from oslabs-beta/dev
Dev
2 parents db4d115 + b7b4db9 commit 1fa9441

24 files changed

+7517
-598
lines changed

ksqLight/docker-compose.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
version: "3.2"
33

44
services:
5-
prometheus:
6-
image: prom/prometheus
7-
container_name: prometheus
8-
ports:
9-
- 9090:9090
10-
- 8080:8080
11-
volumes:
12-
- ./prometheus/:/etc/prometheus/
5+
# prometheus:
6+
# image: prom/prometheus
7+
# container_name: prometheus
8+
# ports:
9+
# - 9090:9090
10+
# - 8080:8080
11+
# volumes:
12+
# - ./prometheus/:/etc/prometheus/
1313
zookeeper:
1414
image: confluentinc/cp-zookeeper:7.0.1
1515
hostname: zookeeper
@@ -91,11 +91,10 @@ services:
9191
- 8080:8080
9292
volumes:
9393
- ./prometheus/:/etc/prometheus/
94-
9594
# Possible JMX OPT alternative?
9695
# -Djava.rmi.server.hostname=localhost
9796
# -Dcom.sun.management.jmxremote
9897
# -Dcom.sun.management.jmxremote.port=1099
9998
# -Dcom.sun.management.jmxremote.authenticate=false
10099
# -Dcom.sun.management.jmxremote.ssl=false
101-
# -Dcom.sun.management.jmxremote.rmi.port=1099docke
100+
# -Dcom.sun.management.jmxremote.rmi.port=1099docke

0 commit comments

Comments
 (0)