Skip to content

Commit

Permalink
add oai and sword
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Dec 10, 2019
1 parent 3495e2f commit 050929c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions mrt-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,32 @@ services:
- ./no-track/ldap-stg.yml:/var/www/app_name/config/ldap.yml
stdin_open: true
tty: true
oai:
container_name: oai
image: cdluc3/mrt-oai
build:
context: oai
dockerfile: Dockerfile
networks:
merrittnet:
ports:
- published: 8083
target: 8080
stdin_open: true
tty: true
sword:
container_name: sword
image: cdluc3/mrt-sword
build:
context: sword
dockerfile: Dockerfile
networks:
merrittnet:
ports:
- published: 8084
target: 8080
stdin_open: true
tty: true
db-container:
container_name: db-container
image: cdluc3/mrt-database
Expand Down

0 comments on commit 050929c

Please sign in to comment.