Skip to content

Commit 9a019f5

Browse files
committed
added needed modification to bpe docker-compose file diff
1 parent 42749e3 commit 9a019f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/operations/v2.0.0-RC2/upgrade-from-1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ The environment variable `DEV_DSF_FHIR_SERVER_ORGANIZATION_THUMBPRINT` does not
6666
+ image: ghcr.io/datasharingframework/bpe:2.0.0-RC2
6767
restart: on-failure
6868
...
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+
6974
```
7075

7176
3. Upgrade the DSF BPE containers

0 commit comments

Comments
 (0)