Run

docker-compose build

run docker-compose up -d. Lets go to browser and type: localhost:8000

For stopping the docker, run docker-compose stop. Re-running docker, use docker-compose start.

GEO installations

sudo apt-get install binutils libproj-dev gdal-bin

sudo apt install postgis

-> psql geodb -> CREATE EXTENSION postgis;

Run with Docker

docker-compose build

run docker-compose up -d. Lets go to browser and type: localhost:8000

For stopping the docker, run docker-compose stop. Re-running docker, use docker-compose start.