From 695a86f4129a5206ef64a867067e83fa43a62d2d Mon Sep 17 00:00:00 2001 From: cason Date: Thu, 7 Nov 2024 14:44:31 -0500 Subject: [PATCH] feat: hostname --- .github/workflows/check_smoke_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_smoke_tests.yml b/.github/workflows/check_smoke_tests.yml index 0649cf00..1baad8dc 100644 --- a/.github/workflows/check_smoke_tests.yml +++ b/.github/workflows/check_smoke_tests.yml @@ -55,7 +55,7 @@ jobs: - name: Test GET from DB run: | docker run -d --name rl-service \ - -e DB_URI="postgresql+psycopg2://postgres:pw@localhost:5432/postgres" \ + -e DB_URI="postgresql+psycopg2://postgres:pw@host.docker.internal:5432/postgres" \ -p 8080:8080 \ rl-service-image