Skip to content

Commit

Permalink
Merge branch 'codebuild' of https://github.com/CDLUC3/merritt-docker
Browse files Browse the repository at this point in the history
…into codebuild
  • Loading branch information
terrywbrady committed Jul 25, 2024
2 parents e00b102 + 19e73f7 commit 918ee4f
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 95 deletions.
2 changes: 1 addition & 1 deletion mrt-inttest-services/merritt-maven/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ services:
dockerfile: Dockerfile
args:
ECR_REGISTRY: ${ECR_REGISTRY}
JAVA_RELEASE_ARG: ${JAVA_RELEASE:-8}
JAVA_RELEASE_ARG: ${JAVA_RELEASE:-8}
7 changes: 7 additions & 0 deletions mrt-inttest-services/merritt-maven/platforms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3.3'
services:
merritt-maven:
build:
platforms:
- linux/amd64
- linux/arm64
2 changes: 1 addition & 1 deletion mrt-services/audit/mrt-audit
10 changes: 2 additions & 8 deletions mrt-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ services:
SERVICE: ingest
HOSTNAME: ingest
LOGLEVEL: info
BatchConsumerDaemon: 1
BatchReportConsumerDaemon: 1
EstimateConsumerDaemon: 1
ProvisionConsumerDaemon: 1
DownloadConsumerDaemon: 1
ProcessConsumerDaemon: 1
RecordConsumerDaemon: 1
NotifyConsumerDaemon: 1
CATALINA_OPTS: "-DBatchConsumerDaemon=-1 -DBatchReportConsumerDaemon=-1 -DEstimateConsumerDaemon=1 -DProvisionConsumerDaemon=1 -DDownloadConsumerDaemon=1 -DProcessConsumerDaemon=1 -DRecordConsumerDaemon=1 -DNotifyConsumerDaemon=1"
networks:
merrittnet:
ports:
Expand Down Expand Up @@ -73,6 +66,7 @@ services:
SERVICE: store
HOSTNAME: store
LOGLEVEL: info
CATALINA_OPTS: "-DAccessDaemon=1"
networks:
merrittnet:
aliases:
Expand Down
2 changes: 1 addition & 1 deletion mrt-services/replic/mrt-replic
2 changes: 1 addition & 1 deletion mrt-services/store/mrt-store
10 changes: 0 additions & 10 deletions mrt-services/ui/.dockerignore

This file was deleted.

53 changes: 0 additions & 53 deletions mrt-services/ui/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions mrt-services/ui/ldap-ca.crt

This file was deleted.

0 comments on commit 918ee4f

Please sign in to comment.