Closed hugoesthere closed 7 years ago
As it turns out, fsevents
isn't support on macOS yet. See: https://github.com/fsnotify/fsnotify
Instead of scrapping service restart, we'll just leave the non-functioning code in for now until we figure out a solution. I've created a ticket to get this working on macOS: https://github.com/Originate/exosphere/issues/518
After booting up an application with
exo run
, when making changes to files of any service I see the messageRestarting service x because x was changed
, but I do not see output for the containers being killed and restarted. Nor do I see them being updated when I rundocker ps
. The file watcher also stops listening to save events after this initial message is emitted.