version: "3.4" services: deephaven: image: ghcr.io/deephaven/server:${VERSION:-latest} ports: - "${DEEPHAVEN_PORT:-10000}:10000" volumes: - ./data:/data environment: - START_OPTS=-Xmx4g examples: image: ghcr.io/deephaven/examples volumes: - ./data:/data command: initialize redpanda: command: - redpanda - start - --smp - '1' - --reserve-memory - 0M - --overprovisioned - --node-id - '0' - --kafka-addr - PLAINTEXT://0.0.0.0:29092,OUTSIDE://0.0.0.0:9092 - --advertise-kafka-addr - PLAINTEXT://redpanda:29092,OUTSIDE://localhost:9092 image: docker.redpanda.com/vectorized/redpanda:v22.2.2 ports: - 9092:9092 - 29092:29092 registry: image: apicurio/apicurio-registry-mem:1.2.2.Final expose: - 8080 ports: - "8081:8080" environment: QUARKUS_PROFILE: prod KAFKA_BOOTSTRAP_SERVERS: redpanda:9092 APPLICATION_ID: registry_id APPLICATION_SERVER: localhost:9000