-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The docker-compose.yml file for Bridgelink version 4.5.4 references two secret files under the secrets section:
secrets:
mirth_properties:
file: appdata/secret.properties
blserver_vmoptions:
file: appdata/custom_blserver.vmoptionsHowever, these files are not included in the repository checkout. As a result, running docker-compose up fails with an error indicating that the secret files cannot be found.
Steps to Reproduce:
- Clone the repository containing the
docker-compose.yml. - Run
docker-compose up. - Observe the error related to missing secret files.
Expected Behaviour:
The containers should start successfully, or the repository should include the required secret files (appdata/secret.properties and appdata/custom_blserver.vmoptions).
Actual Behaviour:
Startup fails due to missing secret files.
Suggested Fix:
- Include the required secret files in the repository, or
- Update the documentation to specify how these files should be created or obtained before running the Compose setup.
Environment:
- Docker Compose version: 3.1
- Bridgelink image:
innovarhealthcare/bridgelink:4.5.4 - Host OS: ubuntu 24.04
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels