... | ... | @@ -19,6 +19,8 @@ The environment provides a core set of data storage and [streaming](https://www. |
|
|
* `sonador.yaml`: Sonador web application and associated PostgreSQL database instance.
|
|
|
* `pacs-secure.yaml`: Orthanc with Sonador security/authorization layer enabled. Includes NGINX proxy for Orthanc which injects CORS headers.
|
|
|
|
|
|
_Refer to ["Sonador Imaging Platform `README`"](https://code.oak-tree.tech/oak-tree/medical-imaging/imaging-development-env/-/blob/master/README.md?ref_type=heads) for additional detail._
|
|
|
|
|
|
**After a container environment has been started via a `docker-compose ... up` command, components can be controlled as a group using their respective manifests.** This is useful for following application group logs or restarting an application after code changes.
|
|
|
|
|
|
**Example 1:** follow the log tail for the Orthanc application group (`pacs-secure.yaml`).
|
... | ... | |