Skip to content

Commit 87a2103

Browse files
committed
squash w/ iRODS: Add Docker Compose project for testing
1 parent a5258cb commit 87a2103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

irods/src/test/resources/docker/docker-compose.pam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
context: irods_catalog_provider_pam
1414
init: true
1515
ports:
16-
- "1347:1247"
16+
- "1447:1247"
1717
shm_size: 100mb
1818
healthcheck:
1919
test: ["CMD-SHELL", "su - irods -c 'ils || exit 1'"]

irods/src/test/resources/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
context: irods_catalog_provider
1414
init: true
1515
ports:
16-
- "1247:1247"
16+
- "1347:1247"
1717
shm_size: 100mb
1818
healthcheck:
1919
test: ["CMD", 'echo -e "\x00\x00\x00\x33<MsgHeader_PI><type>HEARTBEAT</type></MsgHeader_PI>" | (exec 3<>/dev/tcp/127.0.0.1/1247; cat >&3; cat <&3; exec 3<&-)']

0 commit comments

Comments
 (0)