Deployment Goal: Development
There is currently no way to launch running EDCs directly from our gradle projects.
Launching the docker-compose-dev.yaml
docker-compose-dev.yaml
To try out the latest snapshots of the EDC CE and EDC UI please run:
Dev Docker Compose
To try out the latest unstable connector images with the docker-compose-dev.yaml, execute:
Launch two sovity EDC CE Connectors | Launch two MDS EDC CE Connectors |
---|---|
Dev Docker Compose: Default Configuration
The default configuration launches two local EDC Connectors with the following credentials:
First Connector | Second Connector | |
---|---|---|
Homepage | http://localhost:11000 | http://localhost:22000 |
Management Endpoint | http://localhost:11002/api/management | http://localhost:22002/api/management |
Management API Key |
|
|
Connector Endpoint | http://edc:11003/api/dsp Requires Docker Compose Network | http://edc2:22003/api/dsp Requires Docker Compose Network |
Last updated