Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 288 Bytes

File metadata and controls

16 lines (13 loc) · 288 Bytes

Pulsar

The apachepulsar/pulsar container image provides a scalable and distributed messaging system for enterprise-grade applications.

tasks:
  "":
    command:
    - /pulsar/bin/pulsar
    - standalone
    image: apachepulsar/pulsar
    ports:
    - "6650"
    - "8080"