-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract gets db params from the environment section (#6)
* Define extract database parameters from the environment section * Add basic readme file --------- Co-authored-by: Andrey Rusakov <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
assit-asso-extract docker package | ||
===== | ||
|
||
## Demo and the config for Extract and Geoshop | ||
|
||
This repository contains a working example of the | ||
[Extract](https://github.com/asit-asso/extract/) interacting with [Geoshop](https://github.com/camptocamp/geoshop-back/). | ||
|
||
### Based on | ||
* [Extract](https://github.com/asit-asso/extract) | ||
* [Geoshop Extract connector](https://github.com/sitn/sitn_geoshop_connector) | ||
* [Geoshop backend](https://github.com/camptocamp/geoshop-back/) | ||
|
||
### How to run | ||
It should be enough to run ```docker compose up```, docker will build all the images and start the containers. | ||
|
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