Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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