openflighthpc / concertim-ansible-playbook

Ansible playbook for building a Concertim appliance
Eclipse Public License 2.0
0 stars 0 forks source link

Automated build of all components #67

Closed benarmston closed 9 months ago

benarmston commented 10 months ago

This PR adds a new playbook to build docker images and containers for all of the concertim components. The playbook roughly:

  1. Clones the git repositories for the components.
  2. Uses the Dockerfiles in those repositories to build the docker images.
  3. Installs configuration for building an nginx reverse proxy container.
  4. Installs a docker-compose.yml file.
  5. Builds and starts the docker containers using docker compose.

Details of the installation can be found in the production/README.md file.