This document explain how to deploy an EDC with IONOS S3 Extension into a docker deamon.
You will need the following:
- IONOS account;
- Java Development Kit (JDK) 11 or higher;
- Docker;
- GIT;
- Linux shell or PowerShell;
Just check the Building and Running
section of the previous readme.
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.
docker build -t edc-ionos-s3 .
docker-compose up