Files
spring-lifecycle-smoke-tests/integration/spring-pulsar/docker-compose.yml
Stéphane Nicoll cc561a1106 Remove version attribute from docker-compose files
The version attribute has been deprecated.
2024-08-08 15:38:57 +02:00

10 lines
224 B
YAML

services:
pulsar:
image: apachepulsar/pulsar:3.1.0
ports:
- '8080'
- '6650'
command: bin/pulsar standalone
healthcheck:
test: curl http://127.0.0.1:8080/admin/v2/namespaces/public/default