gyselroth / balloon

High performance, feature rich document management system written for the cloud
GNU General Public License v3.0
18 stars 7 forks source link

Upgrade traefik to v2.1 in docker-compose deployments both prod and dev #440

Closed raffis closed 4 years ago

raffis commented 4 years ago

Describe the change

traefik should be upgraded to 2.x and with a minimal tls configuration. A self signed cert should be generated as there is no better option for a localhost domain out of the box. If one needs a signed certificate by an authority which is usually the case one can just configure letsencrypt for traefik.

Current situation

traefik v1.7 is in use.

Should

Upgrade to traefik v2.1.

Additional context

This is only related to the development docker-compose env and production docker-compose env.