Skip to content

Commit

Permalink
create dryad compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Dec 10, 2019
1 parent daf4b9a commit 69e2a16
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
28 changes: 0 additions & 28 deletions mrt-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,32 +103,6 @@ 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 Expand Up @@ -172,5 +146,3 @@ services:
curl -X POST http://inventory:8080/inventory/service/start?t=json
echo "*** Service Init Complete"
sleep 5000
#volumes:
# my-db:
32 changes: 32 additions & 0 deletions mrt-services/dryad.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#*********************************************************************
# Copyright 2019 Regents of the University of California
# All rights reserved
#*********************************************************************
version: '3.7'
services:
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

0 comments on commit 69e2a16

Please sign in to comment.