Development
Launching the docker-compose-dev.yaml
docker-compose-dev.yamlDev Docker Compose
Launch two sovity EDC CE Connectors
Launch two MDS EDC CE Connectors
# Run with Bash from the root directory of the project
# Log-In to the Github Container Registry
docker login ghcr.io
# Pull the latest images
docker compose --env-file .env.dev -f docker-compose-dev.yaml pull
# Start sovity EDC Connectors
docker compose --env-file .env.dev -f docker-compose-dev.yaml up# Run with Bash from the root directory of the project
# Log-In to the Github Container Registry
docker login ghcr.io
# Pull the latest images
docker compose --env-file .env.dev -f docker-compose-dev.yaml pull
# Start MDS EDC Connectors without activating the logging-house-extension
EDC_UI_ACTIVE_PROFILE=mds-open-source EDC_LOGGINGHOUSE_EXTENSION_ENABLED=false docker compose --env-file .env.dev -f docker-compose-dev.yaml upDev Docker Compose: Default Configuration
First Connector
Second Connector
Last updated
Was this helpful?
