Skip to content

Commit

Permalink
Fix docker localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Aug 1, 2023
1 parent fbe606a commit cecdb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/config.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ICAT_URL=https://localhost:8181
ICAT_URL=https://host.docker.internal:8181
FACILITY=LILS
ICAT_USERNAME=root
ICAT_PASSWORD=pw
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
run: echo DATACITE_PASSWORD=${{ secrets.DATACITE_PASSWORD }} >> ./.github/config.env

- name: Run minting api
run: docker run --env-file ./.github/config.env -p 8000:8000 harbor.stfc.ac.uk/icat/doi-mint-api
run: docker run --env-file ./.github/config.env -p 8000:8000 --add-host host.docker.internal:host-gateway harbor.stfc.ac.uk/icat/doi-mint-api

# E2E tests
- name: Setup Node.js
Expand Down

0 comments on commit cecdb1d

Please sign in to comment.