Skip to content

Docker Compose fails to start due to missing secret files #5

@jgsuess

Description

@jgsuess

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.vmoptions

However, 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:

  1. Clone the repository containing the docker-compose.yml.
  2. Run docker-compose up.
  3. 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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions