-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #740 from georchestra/docs/docker-hub
Adds Docker-hub documentation
- Loading branch information
Showing
3 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Quick reference | ||
|
||
- **Maintained by**: | ||
[georchestra.org](https://www.georchestra.org/) | ||
|
||
- **Where to get help**: | ||
the [geOrchestra Github repo](https://github.com/georchestra/georchestra), [IRC chat](https://kiwiirc.com/nextclient/irc.libera.chat/georchestra), Stack Overflow | ||
|
||
# Featured tags | ||
|
||
- `latest` | ||
|
||
# Quick reference | ||
|
||
- **Where to file issues**: | ||
[https://github.com/georchestra/georchestra/issues](https://github.com/georchestra/georchestra/issues) | ||
|
||
- **Supported architectures**: | ||
[`amd64`](https://hub.docker.com/r/amd64/docker/) | ||
|
||
- **Source of this description**: | ||
[docs repo's directory](https://github.com/georchestra/cadastrapp/blob/master/DOCKER_HUB.md) | ||
|
||
# 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](https://github.com/georchestra/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](https://www.georchestra.org/software.html) 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). | ||
|
||
[//]: # (Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's georchestra/ directory]().) | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters