https://github.com/backbase/docker-compose-examples
A set of Docker compose files to demo Backbase docker images
https://github.com/backbase/docker-compose-examples
Last synced: 10 months ago
JSON representation
A set of Docker compose files to demo Backbase docker images
- Host: GitHub
- URL: https://github.com/backbase/docker-compose-examples
- Owner: Backbase
- License: unlicense
- Created: 2020-04-27T12:11:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T13:32:19.000Z (over 3 years ago)
- Last Synced: 2025-04-13T11:08:12.434Z (10 months ago)
- Language: Shell
- Size: 52.7 KB
- Stars: 10
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker compose demos
A set of Docker compose files to demo Backbase docker images and how they can be used
- [Backbase with ActiveMQ](docker-compose.yaml)
- [Backbase with RabbitMQ](rabbitmq/docker-compose.yaml)
- [Backbase with Apache Kakfa](kafka/docker-compose.yaml)
- [Backbase with SQL Server](mssql-server/docker-compose.yaml)
- [Backbase with DBS Lean services](dbs-lean/docker-compose.yaml)
- [Backbase with CX6 and Content Approval services](content-approval/docker-compose.yaml)
- Backbase with Identity
Update `.env` file for version.
To run nested `docker-compose.yaml` from root:
```
docker-compose --env-file .env -f up -d
```
or just export `BB_VERSION` in your terminal.
## Provisioning Statics
Change `` and `` with your Repo credentials in `job.yaml`.