Once installed run
docker-compose upin the root folderto build & run the images in a container, if you wish to rebuild the image (only needed for docker config changes) then run
docker-compose up --build
Currently the backend has an open port and proxy port (this may change)
- open port (host:1337/api or host:1337/admin)
- proxied (host:8080/api or host:8080/admin)