geosolutions-it / geonode-generic

Generic Geonode-project based app, to be used with docker/rancher
https://waffle.io/geosolutions-it/geonode-generic
3 stars 6 forks source link

Can we ditch Docker Volume Container? #18

Open randomorder opened 6 years ago

randomorder commented 6 years ago

What is the advantage in using this? https://github.com/geosolutions-it/geonode-generic/blob/master/docker-compose.yml#L73

Can we include GeoServer datadir in the GeoServer Container instead?

cezio commented 6 years ago

I'm not sure what is the advantage of separate data-dir-conf container:) It was taken from geonode's config. We probably could include this into geoserver, but we should consider upgrade path for it then. At the moment it's one-time start container (so maybe that's the advantage).