Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update internal/stack/_static/local-services-docker-compose.yml.tmpl
Co-authored-by: Mario Rodriguez Molins <[email protected]>
  • Loading branch information
maximilianpohle and mrodm authored Jun 30, 2025
commit 132782d15cae6d3289dc9765c3d67929bbd15e64
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
- "host.docker.internal:host-gateway"

logstash_is_ready:
image: "${ISREADY_IMAGE_REF}"
image: "{{ fact "isready_image" }}"
depends_on:
logstash:
condition: service_healthy
Expand Down