The local setup will allow you to run GeoNode locally, and all other services in docker containers.
These are the involved files:
-
docker-compose-local.yml
: this file is as similar as possible to thedocker-compose.yml
file. Probably it only has the django container commented out -
docker-compose-local-override.yml
: all the local customizations go here -
.env-local
: the env file -
'.env-local-geonode': some env vars, modified in order to make GeoNode run locally