Skip to content

Middleware componenet for receiving ASTM protocol (ex LIS01-A2) and forwarding on to LIS via HTTP

Notifications You must be signed in to change notification settings

I-TECH-UW/astm-http-bridge

Repository files navigation

To build and deploy this project for development, run the following command in the top-level directory of the project:

`sudo docker compose -f docker-compose-dev.yml up -d --build`

- Note, the project will not commence startup in dev mode until a debugger is attached on port 8000

To build and deploy this project normally using the latest image on Docker Hub, run the following command in the top-level directory of the project:

`sudo docker compose up -d --build`

to view logging of running container, run:

`sudo docker logs --follow astm-http-bridge`

`configuration.yml` should contain any configuration parameters that a user wants to pass to the application.

About

Middleware componenet for receiving ASTM protocol (ex LIS01-A2) and forwarding on to LIS via HTTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages