Skip to content

Commit

Permalink
add more default core extractors
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Jul 24, 2024
1 parent 5b22727 commit 9275b1c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docker-compose.extractors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,50 @@ services:
- clowder2
restart: unless-stopped

wordcount:
image: clowder/extractors-wordcount:latest
environment:
CLOWDER_VERSION: 2
RABBITMQ_URI: amqp://guest:guest@rabbitmq:5672/%2F
networks:
- clowder2
restart: unless-stopped

image-preview:
image: clowder/extractors-image-preview:latest
environment:
CLOWDER_VERSION: 2
RABBITMQ_URI: amqp://guest:guest@rabbitmq:5672/%2F
networks:
- clowder2
restart: unless-stopped

image-metadata:
image: clowder/extractors-image-metadata:latest
environment:
CLOWDER_VERSION: 2
RABBITMQ_URI: amqp://guest:guest@rabbitmq:5672/%2F
networks:
- clowder2
restart: unless-stopped

audio-preview:
image: clowder/extractors-audio-preview:latest
environment:
CLOWDER_VERSION: 2
RABBITMQ_URI: amqp://guest:guest@rabbitmq:5672/%2F
networks:
- clowder2
restart: unless-stopped

file-digest:
image: clowder/extractors-digest:latest
environment:
CLOWDER_VERSION: 2
RABBITMQ_URI: amqp://guest:guest@rabbitmq:5672/%2F
networks:
- clowder2
restart: unless-stopped

networks:
clowder2:

0 comments on commit 9275b1c

Please sign in to comment.