Skip to content

Commit

Permalink
feat: hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Nov 7, 2024
1 parent cec31cb commit 695a86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 695a86f

Please sign in to comment.