Skip to content

Commit

Permalink
Merge pull request #14 from dannylamb/crayfits
Browse files Browse the repository at this point in the history
Crayfits
  • Loading branch information
Gavin Morris authored Mar 13, 2020
2 parents af9e735 + f619e55 commit bee7d4d
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,29 @@ services:
#labels:
# - "traefik.http.routers.${PROJECT_NAME}_hypercube.rule=Host(`hypercube.${PROJECT_BASE_URL}`)"

crayfits:
image: borndigital/isle-crayfits:mvp2-alpha
# build:
# context: https://github.com/Islandora-Devops/isle-crayfits.git#dev
# args:
# FITS_WEBSERVICE_URI: http://fits:8080/fits/examine
container_name: "${PROJECT_NAME}_crayfits"
networks:
- internal
# ports:
# - "8003:8000"
volumes:
- ./config/crayfish/php.ini:/usr/local/etc/php/php.ini
#labels:
# - "traefik.http.routers.${PROJECT_NAME}_hypercube.rule=Host(`hypercube.${PROJECT_BASE_URL}`)"

fits:
image: harvardlts/fitsservlet_container:1.5.0
container_name: "${PROJECT_NAME}_fits"
networks:
- internal
#ports:
# - '8085:8080'
# ports:
# - '8085:8080'
# TO DO: Determine what type of container handling is needed, exposed ports etc?
#volumes:
#labels:
Expand Down

0 comments on commit bee7d4d

Please sign in to comment.