https://github.com/neotomadb/api_dockers
A repository for docker containers that can be used to run a local version of the Neotoma infrastructure.
https://github.com/neotomadb/api_dockers
Last synced: 4 months ago
JSON representation
A repository for docker containers that can be used to run a local version of the Neotoma infrastructure.
- Host: GitHub
- URL: https://github.com/neotomadb/api_dockers
- Owner: NeotomaDB
- License: mit
- Created: 2024-11-26T22:26:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T04:53:29.000Z (about 1 year ago)
- Last Synced: 2025-04-25T05:34:23.723Z (about 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
# Neotoma Application Stack
This Docker Compose application is designed to mimic the full Neotoma Stack, including a clean version of the Neotoma Database (all personal data has been anonymized). We combine a "clean" version of the Neotoma database, with both the Tilia and Neotoma APIs.
The stack downloads the "clean" tar file from our repository, and installs it into the container, and then pulls in both the apis from Github, building them with Node/yarn. Once the container is deployed the following ports will be active:
* 5435: Neotoma Postgres Database
* 3001: Neotoma API
* 3006: Tilia API
## Contributors
* [Simon Goring](http://goring.org): University of Wisconsin - Madison [](https://orcid.org/0000-0002-2700-4605)
* Socorro Dominguez
## Contribution
We welcome user contributions to this project. All contributors are expected to follow the [code of conduct](code_of_conduct.md). Contributors should fork this project and make a pull request indicating the nature of the changes and the intended utility. Further information for this workflow can be found on the GitHub [Pull Request Tutorial webpage](https://help.github.com/articles/about-pull-requests/).
## Using This Repository
To use this repository, first clone the repository to your local computer:
```bash
git clone
```
Once the