GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

Dockerise webapp #96

Closed laurencejackson closed 1 year ago

laurencejackson commented 1 year ago

This PR creates a deployable version of the hazen web app using docker-compose.

To start the application:

  1. Create .env file and read variables. Can reuse default.env for testing or recommend creating your own in production.
    mv default.env .env
    source .env
    docker compose up -d --build

The hazen web app is then accessible on port 8080

Lucrezia-Cester commented 1 year ago

Hi @laurencejackson , I tested this branch and it works. Shall I close or do you want to wait for Tom to review it?