Skip to content

Add docker-compose

Stephane requested to merge Merrick/kresus:docker_compose into master

Add a dodcker-compose stack Uses traefik and postfix

Allows :

  • automatic ssl encryption
  • login/password to reach kresus
  • mails enabled Avoids to expose 9876 port

Needs a public server, with ports 80 and 443 opened.

Esay to configure (4 env variables to set and one command to launch the stack)

Documentation will be updated if merge is accepted

Merge request reports