Skip to content

Commit

Permalink
fix postgres-irods port (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 6, 2024
1 parent 8bd7f98 commit 55e8bd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 10
ports:
- 5433:5433
redis:
image: redis
options: >-
Expand All @@ -53,7 +51,6 @@ jobs:
IRODS_AUTHENTICATION_SCHEME: native
IRODS_DEFAULT_HASH_SCHEME: MD5
IRODS_ICAT_DBSERVER: postgres-irods # TODO: Use main postgres on 4.3
IRODS_ICAT_DBPORT: 5433 # TODO: Use main postgres on 4.3
IRODS_ICAT_DBUSER: postgres
IRODS_ICAT_DBPASS: postgres
IRODS_ZONE_NAME: sodarZone
Expand Down

0 comments on commit 55e8bd8

Please sign in to comment.