GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
79 stars 173 forks source link

Local buids opt-in #473

Closed giohappy closed 6 months ago

giohappy commented 1 year ago

docker-compose-local-builds.yml can be used an override to build from local Dockerfiles

giohappy commented 1 year ago

Instead of adding an additional docker-compose-local-builds.yml you could add a Dockerfile for each component which just includes FROM and put a build: ./docker/ in the normal docker-compose.yml.

Sounds good @ridoo. Indeed this is the benefit of using Docker multi-state builds. I'm going to read the other proposal ASAP