Skip to content
Snippets Groups Projects
Commit 81ef4e38 authored by Mickael Desfrenes's avatar Mickael Desfrenes
Browse files

add cantaloupe to docker compose

parent 25a63da9
Branches
No related merge requests found
Pipeline #300068 failed with stage
in 12 minutes and 33 seconds
......@@ -26,6 +26,21 @@ services:
- pount_es:/usr/share/elasticsearch/data
- "./docker/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:z"
cantaloupe:
image: "uclalibrary/cantaloupe:5.0.6-4"
container_name: "pount_cantaloupe"
ports:
- "8182:8182"
environment:
CANTALOUPE_ENDPOINT_ADMIN_SECRET: "secret"
CANTALOUPE_ENDPOINT_ADMIN_ENABLED: "true"
CANTALOUPE_S3SOURCE_LOOKUP_STRATEGY: "BasicLookupStrategy"
CANTALOUPE_S3SOURCE_SECRET_KEY: ${AWS_ACCESS_KEY_ID}
CANTALOUPE_S3SOURCE_ACCESS_KEY_ID: ${AWS_SECRET_ACCESS_KEY}
CANTALOUPE_S3SOURCE_BASICLOOKUPSTRATEGY_BUCKET_NAME: ${AWS_STORAGE_BUCKET_NAME}
CANTALOUPE_S3SOURCE_ENDPOINT: "https://s3.unistra.fr"
kibana:
image: "docker.elastic.co/kibana/kibana:7.12.1"
container_name: "pount_kibana"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment