Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
feat: add transformer service and kitchen sink article (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory authored May 18, 2021
1 parent c3dec09 commit 0331a2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ typings/

# next.js build output
.next

.DS_Store
Binary file added articles/elife-00666-jats-v1-r1.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ services:
- AWS_ENDPOINT=http://${PREFIX-editor}-localstack:4566
- AWS_SRC_BUCKET=s3-editor-source-bucket
- AWS_EDITOR_BUCKET=s3-editor-destination-bucket
- IMPORT_TRANSFORM_ENABLED=true
- IMPORT_TRANSFORM_URL=http://transformer:8984/v1tov2
transformer:
container_name: transformer
image: elifesciences/basex-transformer:latest
ports:
- 8984:8984

editor-client:
image: liberoadmin/editor-client:${TAG-latest}
Expand Down

0 comments on commit 0331a2f

Please sign in to comment.