Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added postgis plugin into postgres docker image for local development #269

Merged

Conversation

antoineludeau
Copy link
Member

@antoineludeau antoineludeau commented Sep 26, 2023

I. Context :

In order to be able to calculate some enhanced data (such as common toponym centroids), we would like to use postgis plugin to the postgres DB.

II. Enhancements :

This PR aims to add the postgis plugin into the postgres docker image by adding :

  • a Dockerfile.dev for the postgres image to install the plugin into the image
  • an init-postgis.sh to activate the plugin at the first initialization of the container

@antoineludeau antoineludeau self-assigned this Sep 27, 2023
@antoineludeau antoineludeau marked this pull request as draft September 27, 2023 17:16
@antoineludeau antoineludeau force-pushed the antoineludeau/add-postgis-into-postgres-docker-image branch from a823162 to f11f424 Compare September 28, 2023 05:29
@antoineludeau antoineludeau force-pushed the antoineludeau/add-postgis-into-postgres-docker-image branch from f11f424 to c8e7fb2 Compare September 28, 2023 05:56
@antoineludeau antoineludeau marked this pull request as ready for review September 28, 2023 05:58
@antoineludeau antoineludeau merged commit 1239df4 into master Oct 4, 2023
1 check passed
@antoineludeau antoineludeau deleted the antoineludeau/add-postgis-into-postgres-docker-image branch October 4, 2023 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BAN-Plateforme][Docker] : Ajout de postgis dans postgres en local
2 participants