Skip to content

Commit

Permalink
Upgrade API dummy to get a short-report version of record article wit…
Browse files Browse the repository at this point in the history
…h an eLife assessment

elifesciences/issues#9034
  • Loading branch information
davidcmoulton committed Dec 12, 2024
1 parent 48c4af6 commit fd4fdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IMAGE_TAG=develop
APP_ENV=dev
PHP_VERSION=204b9ded55397b452420a88aa6188939391c5c04
NODE_VERSION=16.17.0-bullseye
DEPENDENCIES_API_DUMMY=c6d26fab0e3ed33035307359b9d59bf4463b8ce1
DEPENDENCIES_API_DUMMY=b4677c649772bca6e129f33f5e71d55efbd0f902
# add '-debug' for VNC support
SELENIUM_IMAGE_SUFFIX=
JOURNAL_PORT=8080
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
depends_on:
- app
api_dummy:
image: elifesciences/api-dummy:${DEPENDENCIES_API_DUMMY}
image: ghcr.io/elifesciences/api-dummy:${DEPENDENCIES_API_DUMMY}
ports:
- '${JOURNAL_API_DUMMY_PORT}:8080'
stop_grace_period: 1s
Expand Down

0 comments on commit fd4fdfd

Please sign in to comment.