Closed froger closed 5 months ago
Hey @froger
The Dockerfile in the root directory is the one currently used for deployment. The files in .docker
are used for the docker-compose development workflow used by @carlobeltrame.
The deployment Dockerfile already includes the libgeos-dev package. I'll incorporate the other changes into that Dockerfile after merging and try to deploy it.
The feedback about the deface usage is very welcome. We haven't really done much with it yet.
This PR add
decidim-decidim_geo
version0.2.3
. We join with this PR configuration to enable working better with the decidim-geo module:libgeos-dev
in the dockerfile See rgeo documentationDEFACE_ENABLE
environment variable to enable dynamic deface resolution on demandpackage.json
andyarn.lock
Gemfile
andGemfile.lock
Some notes:
hfroger/decidim
). It is possible that bundler version does not match the ones you use.libgeos-dev
might just work, but we did not tests without a full-featuredrgeos
gem.Thanks, Hadrien