Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 530 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 530 Bytes

Northwind maps

Northwind maps is a set of maps for the Northwind project

Running the webapp

The only requirement is having a web server which supports HTTP bytes serving/ranged requests, such as NGINX.

Development

docker compose --profile dev up --build

Then, the application can be seen by visiting http://localhost:8000/.

Production

Same as development, but using the prod profile:

docker compose --profile prod up