fix: Pulsar/Redpanda/Stellio/Influx bugs - Pulsar désactivé démo (web service 8080 instable)

This commit is contained in:
Eric FELIXINE
2026-05-05 17:25:54 -04:00
parent 9ecc237bdc
commit 8605668454

View File

@@ -13,7 +13,6 @@ services:
user: "10000:0" user: "10000:0"
ports: ports:
- "6650:6650" - "6650:6650"
- "8080:8080"
environment: environment:
PULSAR_MEM: "-Xms512m -Xmx512m -XX:MaxDirectMemorySize=512m" PULSAR_MEM: "-Xms512m -Xmx512m -XX:MaxDirectMemorySize=512m"
PULSAR_STANDALONE_USE_ZOOKEEPER: "true" PULSAR_STANDALONE_USE_ZOOKEEPER: "true"
@@ -22,13 +21,14 @@ services:
networks: networks:
- traefik-public - traefik-public
- smartcity-shared - smartcity-shared
command: ["/pulsar/bin/pulsar", "standalone", "-nfw"] command: ["/pulsar/bin/pulsar", "standalone"]
healthcheck: # healthcheck désactivé car web service 8080 instable
test: ["CMD-SHELL", "curl -sf http://localhost:8080/admin/v2/clusters || exit 1"] # healthcheck:
interval: 30s # test: ["CMD-SHELL", "curl -sf http://localhost:8080/admin/v2/clusters || exit 1"]
timeout: 10s # interval: 30s
retries: 10 # timeout: 10s
start_period: 60s # retries: 10
# start_period: 60s
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.pulsar-admin.rule=Host(`pulsar.digitribe.fr`) && PathPrefix(`/admin`, `/ws`, `/lookup`)" - "traefik.http.routers.pulsar-admin.rule=Host(`pulsar.digitribe.fr`) && PathPrefix(`/admin`, `/ws`, `/lookup`)"