Skip to content

Commit

Permalink
chore: dont touch productive docker compose yet
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Nov 30, 2023
1 parent ec07713 commit 2cae892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
depends_on:
- postgresql
environment:
MY_EDC_PARTICIPANT_ID: "my-edc"
MY_EDC_NAME_KEBAB_CASE: "my-edc"
MY_EDC_TITLE: "EDC Connector"
MY_EDC_DESCRIPTION: "sovity Community Edition EDC Connector"
MY_EDC_CURATOR_URL: "https://example.com"
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
depends_on:
- postgresql2
environment:
MY_EDC_PARTICIPANT_ID: "my-edc2"
MY_EDC_NAME_KEBAB_CASE: "my-edc2"
MY_EDC_TITLE: "EDC Connector 2"
MY_EDC_DESCRIPTION: "sovity Community Edition EDC Connector"
MY_EDC_CURATOR_URL: "https://example.com"
Expand Down

0 comments on commit 2cae892

Please sign in to comment.