Skip to content

Releases: EugenMayer/docker-sync

notifications and cli mode

25 Jul 12:41
Compare
Choose a tag to compare
  • cli-mode selection #66
  • notifications on sync #63, thank you midN

welcome unison-dualside for real 2-way-sync

16 Jul 13:25
Compare
Choose a tag to compare

Main

See a detailed list here https://github.com/EugenMayer/docker-sync/milestone/5?closed=1.

docker-compose-dev.yml make docker-compose.yml portable

13 Jul 22:31
Compare
Choose a tag to compare
  • by moving all changes initially made to your docker-compose.yml into docker-compose-dev.yml, your production docker-compose.yml stays portable #41
  • Fixing a bug when docker-sync / docker-sync-stack has been symlinked #44 by mickaelperrin

unison slim image, docker-compose path and fswatch disabling

12 Jul 22:15
Compare
Choose a tag to compare
  • You can no configure were you docker-compose file is located at, see configuration
  • You can now disable the filewatcher using watch_strategy, configuration
  • docker-compose gem is now part of the gem
  • gem / lib was re-layouted to fit the library usage better
  • tons of requires have been fixed for the script usage, see script usage
  • A alpine based, slim unison image was created by onnimonni. Thank you!
  • you can now customize which unison/rsync image you want to use ( experts only please! )

docker-sync-stack is here

10 Jul 21:54
Compare
Choose a tag to compare
  • You can now start sync and docker-compose in one go - see the [[sync-stack documentation|2.2-sync-stack-commands]]
  • rsync image is now checked for update ability to avoid issues with outdated images

Adresses further unison issues, minor features

10 Jul 21:54
Compare
Choose a tag to compare
  • Missing stdout pipe and wrong color, thank you @mickaelperrin
  • More verbose outputs on unison runs with verbose,, thank you @mickaelperrin
  • Adding update-checker to ensure, that you run the newest docker-sync