We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c475d63 commit 9a8af07Copy full SHA for 9a8af07
docker-testing/harness-docker-compose.yml
@@ -4,10 +4,6 @@ services:
4
irods-catalog:
5
build:
6
context: irods_catalog_${irods_major}
7
- # 5432 is exposed by default and can conflict with other postgres containers.
8
- # When the metalnx-db service is no longer needed, this stanza can be removed.
9
-# ports:
10
-# - "5430:5432"
11
environment:
12
- POSTGRES_PASSWORD=testpassword
13
@@ -38,8 +34,6 @@ services:
38
34
interval: 10s
39
35
timeout: 10s
40
36
retries: 3
41
42
-# - "1247:1247"
43
37
depends_on:
44
- irods-catalog
45
0 commit comments