Skip to content

Commit ca0666d

Browse files
committed
Bump pulsar version in docker-compose
1 parent 2c0808f commit ca0666d

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docker-compose.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version: "3"
2-
31
services:
42
standalone:
5-
image: apachepulsar/pulsar:3.1.1
3+
image: apachepulsar/pulsar:3.3.7
64
ports:
75
- "6650:6650"
86
- "8080:8080"
@@ -14,12 +12,12 @@ services:
1412
"bin/apply-config-from-env.py conf/standalone.conf
1513
&& bin/pulsar standalone"
1614
17-
dashboard:
18-
profiles: ["dashboard"]
19-
image: apachepulsar/pulsar-dashboard
20-
depends_on:
21-
- standalone
22-
ports:
23-
- "80:80"
24-
environment:
25-
- SERVICE_URL=http://standalone:8080
15+
# dashboard:
16+
# profiles: ["dashboard"]
17+
# image: apachepulsar/pulsar-dashboard
18+
# depends_on:
19+
# - standalone
20+
# ports:
21+
# - "80:80"
22+
# environment:
23+
# - SERVICE_URL=http://standalone:8080

0 commit comments

Comments
 (0)