Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.36 KB

DOCKER_HUB.md

File metadata and controls

58 lines (37 loc) · 2.36 KB

Quick reference

Featured tags

  • latest

Quick reference

What is georchestra/cadastrapp

Cadastrapp is the tool for consulting cadastral data provided by the French Directorate General of Public Finances (DGFiP) for geOrchestra

How to use this image

As for every other geOrchestra webapp, its configuration resides in the data directory (datadir), typically something like /etc/georchestra, where it expects to find a cadstrapp/ sub-directory.

It is recommended to use the official docker composition: https://github.com/georchestra/docker.

Example :

  cadastrapp:
    image: georchestra/cadastrapp:latest
    environment:
      XMX: 512m
      JAVA_OPTIONS: -Duser.language=fr -Duser.country=FR
      CADASTRAPP_JDBC_URL: jdbc:postgresql://database:5432/cadastrapp
      CADASTRAPP_JDBC_USER: cadastrapp
      CADASTRAPP_JDBC_PASSWORD: cadastrapp

Where is it built

This image is built using maven : mvn package docker:build -pl cadastrapp -Pdocker in the repo https://github.com/georchestra/cadastrapp/.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any docker image, it is the user's responsibility to ensure that usages of this image comply with any relevant licenses for all software contained within.