Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falko/camunda-docker-postgresql
Docker image with postgresql server installed for Jenkins CI builds
https://github.com/falko/camunda-docker-postgresql
Last synced: about 1 month ago
JSON representation
Docker image with postgresql server installed for Jenkins CI builds
- Host: GitHub
- URL: https://github.com/falko/camunda-docker-postgresql
- Owner: falko
- License: apache-2.0
- Created: 2017-02-10T07:02:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T20:09:48.000Z (about 9 years ago)
- Last Synced: 2023-03-10T22:13:16.397Z (over 1 year ago)
- Language: Makefile
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
camunda-ci-postgresql
============================PostgreSQL docker image for Jenkins CI builds base on [camunda-ci-base-centos][].
# Additional Packages
- postgresql server
# PostgresSQL User
- `postgres` without password
- `camunda` with password `camunda`# Database
- `process-engine`
# Usage (local)
```
# Start docker container
docker run -d -p 5432:5432 camunda/camunda-docker-ci-postgresql
```[camunda-ci-base-centos]: https://github.com/camunda-ci/camunda-docker-ci-base-centos