-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
compose-spec/compose-spec
#423Description
Description
Right now I believe the docker compose watch command supports two action types, rebuild and sync. I'd like to see one more option: restart.
There are application binaries (in my case it's the python framework celery) which don't support hot reloading when source code files change. So sync is not enough to pick up the changed source code, and rebuild is overkill because the dependencies did not change.
All I need is a quick restart!
Reactions are currently unavailable