Skip to content

Commit

Permalink
Update default fcrepo URL for Hypercube to use port 8080 (#266)
Browse files Browse the repository at this point in the history
* Update README.md

* Update Dockerfile
  • Loading branch information
dannylamb authored Nov 18, 2022
1 parent 3a458ec commit 4b412c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypercube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN --mount=type=cache,id=hypercube-apk,sharing=locked,from=cache,target=/var/ca
addgroup nginx jwt && \
cleanup.sh

ENV HYPERCUBE_FCREPO_URL=fcrepo/fcrepo/rest \
ENV HYPERCUBE_FCREPO_URL=fcrepo:8008/fcrepo/rest \
HYPERCUBE_LOG_LEVEL=info

COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf
Expand Down
2 changes: 1 addition & 1 deletion hypercube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ additional settings, volumes, ports, etc.

| Environment Variable | Confd Key | Default | Description |
| :------------------- | :-------------------- | :----------------- | :------------------------------------------------------------------------------------------------ |
| HYPERCUBE_FCREPO_URL | /hypercube/fcrepo/url | fcrepo/fcrepo/rest | Fcrepo Rest API URL |
| HYPERCUBE_FCREPO_URL | /hypercube/fcrepo/url | fcrepo:8080/fcrepo/rest | Fcrepo Rest API URL |
| HYPERCUBE_LOG_LEVEL | /hypercube/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |

[Hypercube]: https://github.com/Islandora/Crayfish/tree/main/Hypercube

0 comments on commit 4b412c7

Please sign in to comment.