Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Containerise KBplus #4

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

andiempettJISC
Copy link

provide docker compose files and documentation to containerise the full app stack

  • tomcat container
  • bootstrap the datastores
  • optional dev monitoring tooling
  • updates to mariadb and elasticsearch versions
  • documentation on how to stand up the stack

using a tomcat container and building the resulting compiled war into to container
docker compose to setup and bootstrap the app stack including creating the es index and mapping
```
docker-compose -f docker-compose-dev-setup.yml -f docker-compose-dev-app.yml --profile bootstrap up
```
updates to elasticseatch and mariadb containers
```
docker-compose -f docker-compose-dev-setup.yml -f docker-compose-dev-app.yml -f docker-compose-dev-bootstrap.yml up
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant