Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pandoc microservice #4

Merged
merged 11 commits into from
Apr 26, 2024
Merged

Add pandoc microservice #4

merged 11 commits into from
Apr 26, 2024

Conversation

joecorall
Copy link
Member

@joecorall joecorall commented Apr 26, 2024

Adding new microservice:

  1. Define the YML and Dockerfile
  2. Update docker-compose.yml to deploy this service's docker image
    pandoc-dev: &pandoc
        <<: [*dev, *common]
        image: ${DOCKER_REPOSITORY}/scyllaridae-pandoc:pandoc
        networks:
            default:
                aliases:
                    - pandoc
    pandoc-prod: &pandoc-prod
        <<: [*prod, *pandoc]
  1. Update alpaca.properties
derivative.pandoc.enabled=true
derivative.pandoc.in.stream=queue:islandora-connector-pandoc
derivative.pandoc.service.url=http://pandoc:8080/
derivative.pandoc.concurrent-consumers=-1
derivative.pandoc.max-concurrent-consumers=-1
derivative.pandoc.async-consumer=true
  1. Add an action in Islandora
  2. Add a context to trigger the action

@joecorall joecorall merged commit f4e0473 into main Apr 26, 2024
9 checks passed
@joecorall joecorall deleted the pandoc branch April 26, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant