Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Releases: francescou/docker-compose-ui

v1.1.0

07 Jan 16:38
Compare
Choose a tag to compare
  • docker-compose config shown in project details
  • UI restyling
  • minor enhancements

1.0.0

04 Jan 16:18
Compare
Choose a tag to compare
  • added support for relative paths in volumes (see #31 and #66)
  • demo projects enhancements
  • frontend dependencies upgrade
  • gitpython upgrade
  • minor enhancements and bugfixes
  • documentation

v0.22.0

16 Nov 21:36
Compare
Choose a tag to compare
  • upgrade to docker-compose 1.9.0
  • added option to restart projects
  • projects pagination
  • large logs modal
  • various bug fixes and enhancements

v0.21.0

23 Sep 08:11
Compare
Choose a tag to compare

upgrade to docker-compose 1.8.1

v0.20.1

11 Aug 16:18
Compare
Choose a tag to compare

bugfix release

v0.20.0

11 Aug 15:41
Compare
Choose a tag to compare
  • responsive interface
  • added project icons
  • local javascript dependencies
  • added container image information on details page
  • swarm mode compatible (docker engine 1.12)
  • several bug fixes and enhancements

thanks to @bofm and @WTFKr0

upgrade to docker-compose 1.8.0

28 Jul 07:30
Compare
Choose a tag to compare
v0.19.0

docker-compose 1.8.0

bugfix release

27 Jun 12:17
Compare
Choose a tag to compare

fixed a visualization bug occurring with multiple-hyphenation project names 362e090

v0.18

24 Jun 06:52
Compare
Choose a tag to compare
  • added option to load projects from a git repository #22
  • display active projects in menu
  • image is now based on python:2.7-alpine
  • Add Docker Compose rm support and YML PATH change 3df6bc4 (thanks to @tarunlalwani)
  • added button to delete project
  • updated demo-projects to Compose file format version 2
  • minor enhancements and bugfix

v0.17

07 May 14:32
Compare
Choose a tag to compare
  • upgrade to compose 1.7.1
  • added the view README.md capability (thanks to @lazartravica)
  • added button to rebuild specific service (thanks to @piti118)