sw360 / sw360chores

WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13 stars 18 forks source link

Refactor to current docker-compose version and to support docker swarm #56

Closed maxhbr closed 5 years ago

maxhbr commented 5 years ago

To be able to use our chores configuration with a docker swarm deployment, we need to move to a version >=3.0. This PR does the migration to 3.7.

Sadly this implies that the mechanism used to get the file ./configuration.yml to work is no longer supported. Instead, this PR introduces the folder ./configuration/ where all the configuration is stored. These parts are added to the containers via

notes:

maxhbr commented 5 years ago

@lepokle all your issues should have been addressed and the commits are squashed