Fix PostgREST check: use HAF container to curl PostgREST
The postgrest/postgrest image is minimal Alpine with no curl or wget. Changed to use the HAF container (Ubuntu-based with curl) to reach PostgREST via the docker network at http://postgrest:3000/. Removed the broken healthcheck from docker-compose-test.yml since the wait script handles the readiness check.
Loading
Please sign in to comment