We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ff5b4 commit 3d5e0bbCopy full SHA for 3d5e0bb
1 file changed
docker-compose.yml
@@ -267,11 +267,14 @@ services:
267
condition: service_completed_successfully
268
269
nats:
270
- image: docker.io/library/nats:2.11.4
+ # NOTE: using -alpine instead of -scratch so wget can be used in the healthcheck
271
+ image: docker.io/library/nats:2.11.4-alpine
272
ports:
273
- "4222:4222"
274
networks:
275
- local
276
+ profiles:
277
+ - pacs
278
healthcheck:
279
test: wget http://localhost:8222/healthz -q -S -O -
280
start_period: 10s
0 commit comments