We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42749e3 commit 9a019f5Copy full SHA for 9a019f5
docs/src/operations/v2.0.0-RC2/upgrade-from-1.md
@@ -66,6 +66,11 @@ The environment variable `DEV_DSF_FHIR_SERVER_ORGANIZATION_THUMBPRINT` does not
66
+ image: ghcr.io/datasharingframework/bpe:2.0.0-RC2
67
restart: on-failure
68
...
69
+ environment:
70
+- DEV_DSF_BPE_DB_USER_CAMUNDA_PASSWORD_FILE: /run/secrets/db_user_camunda.password
71
++ DEV_DSF_BPE_DB_USER_ENGINE_PASSWORD_FILE: /run/secrets/db_user_camunda.password
72
+...
73
+
74
```
75
76
3. Upgrade the DSF BPE containers
0 commit comments