diff --git a/.github/workflows/docker-test.yaml b/.github/workflows/docker-test.yaml index 35e88ff7..bf750910 100644 --- a/.github/workflows/docker-test.yaml +++ b/.github/workflows/docker-test.yaml @@ -41,6 +41,7 @@ jobs: ASPNETCORE_ENVIRONMENT: all-features ApplicationHostBaseUrl: http://reference.bookingsystem.identity Urls: '' + ASPNETCORE_URLS: '' # Set health checks to wait until postgres has started options: >- --health-cmd "curl -f http://localhost/.well-known/openid-configuration"