Skip to content

Commit

Permalink
Change fits default port after proxy removal; addresses #201 (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffery Antoniuk <[email protected]>
  • Loading branch information
nigelgbanks and jefferya authored Mar 24, 2022
1 parent 92db58d commit 51a6b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crayfits/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir -p /var/log/islandora && \

ENV \
CRAYFITS_LOG_LEVEL=debug \
CRAYFITS_WEBSERVICE_URI=fits/fits/examine
CRAYFITS_WEBSERVICE_URI=fits:8080/fits/examine

COPY --from=composer --chown=nginx:nginx /var/www /var/www

Expand Down
2 changes: 1 addition & 1 deletion crayfits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ additional settings, volumes, ports, etc.
| Environment Variable | Confd Key | Default | Description |
| :---------------------- | :----------------------- | :---------------- | :------------------------------------------------------------------------------------------------ |
| CRAYFITS_LOG_LEVEL | /crayfits/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |
| CRAYFITS_WEBSERVICE_URI | /crayfits/webservice/uri | fits/fits/examine | The URL of the FITS servlet. |
| CRAYFITS_WEBSERVICE_URI | /crayfits/webservice/uri | fits:8080/fits/examine | The URL of the FITS servlet. |

[CrayFits]: https://github.com/roblib/CrayFits

0 comments on commit 51a6b09

Please sign in to comment.