Re: Docker Container 2.5.0 / roundup_healthcheck

SCHLEMMER Norbert <[email protected]> Mon, 27 Oct 2025 17:29:39 +0000
Newsgroups gmane.comp.bug-tracking.roundup.user
Message-ID <DU2PR01MB8557EE7F7B7CCD1F5D15B724E8FCA@DU2PR01MB8557.eurprd01.prod.exchangelabs.com>
As workaround I use the healthcheck defined by the compose file

    healthcheck:
      test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8080/${tracker:-issues}/"]
      interval: 30s
      timeout: 5s
      retries: 3
      start_period: 1m

now the container is "healthy"