All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.server.springboot.broker.pulsar.pulsar.yml.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
services:
  pulsar:
    image: {{pulsarDockerImage}}
    ports:
      # Pulsar Web-Service port is mapped to 18080 to prevent conflict with the Spring Boot app.
      - 18080:8080
      - 6650:6650
    environment:
      PULSAR_MEM: "-Xms512m -Xmx512m -XX:MaxDirectMemorySize=1g"
    command: >
      /bin/bash -c "bin/apply-config-from-env.py conf/standalone.conf && bin/pulsar standalone"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy