Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 777 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 777 Bytes

Running EDC with IONOS S3 Extension - Docker

This document explain how to deploy an EDC with IONOS S3 Extension into a docker deamon.

Requirements

You will need the following:

  • IONOS account;
  • Java Development Kit (JDK) 11 or higher;
  • Docker;
  • GIT;
  • Linux shell or PowerShell;

Deployment

Building the project

Just check the Building and Running section of the previous readme.

Configuration

Just check the Configuration section of the example readme to configure your IONOS S3 storage.

Open the resources/config.properties file and insert the key and the secret of your IONOS S3 storage and the token.

Building and running the docker

docker build -t edc-ionos-s3 .
docker-compose up