Stakkr Versions Save

A recompose tool that uses docker compose to easily create / maintain a stack of services, for example for web development. Via a configuration file you can setup the required services and let stakkr link and start everything for you. A good and simple alternative to Vagrant !

v5.1

3 years ago

Fix a bug in stakkr-init

v5.0

3 years ago

New in stakkr 5.0 :

  • Upgraded all dependencies
  • Traefik 2.x with dashboard
  • All files are in docker compose version 3.8
  • Https by default
  • No more print but use only stdout and stderr
  • py.test capture instead of reading stdout from Popen
  • Drop Support of python 3.5

v4.2

4 years ago

Fixed dependencies to avoid crash when one changes

v4.1.8

4 years ago

Fixed bug when no workdir is specified

v4.1.7

4 years ago

Force workdir to be current dir if not set

v4.1.6

4 years ago

Added workdir in exec command

v4.1.5

4 years ago

Split traefik urls to have multiple values

v4.1.4

4 years ago

Fixed version of traefik (thanks to Lissandre), 2.0 doesn't work

v4.1.3

4 years ago

Docker clean is now an external dependency

v4.0.5

4 years ago

Fixing CI