Use docker-compose build and docker-compose up to get started. nginx will serve the application (in development mode) at http://localhost:8000.
Use docker-compose down and docker-compose rm to clear up.
Several application secrets are required to build this project, including a postgres username and password, as well as api and ui dev ports.
These should be defined in a imsi.env file, which will be used by docker-compose to set the environment of the various containers.
imsi expects the following keys to be set:
POSTGRES_USER=POSTGRES_PASSWORD=POSTGRES_DB=POSTGRES_ADDRESS=imsi-dbPOSTGRES_PORT=5432API_PORT=8081UI_PORT=8080NODE_ENV=development