You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you proposing? How should it be implemented?
Docker just released Docker Compose Watch with v2.22. (NOTE: Instead of docker compose up one should use docker compose watch, so docs should be modified accordingly)
With this feature, the watch option can automatically synchronize the local source code with the code inside the containers without using volumes.
NOTE: Not sure if action sync+restart could be considered as a replacement for watchdog/watchfiles.
Rationale
Why should this feature be implemented?
Easily synchronize local source code with code inside docker containers, even automatically rebuild on requirements.txt/packages.json changes. Improve development experience.
The text was updated successfully, but these errors were encountered:
Description
What are you proposing? How should it be implemented?
Docker just released Docker Compose Watch with v2.22. (NOTE: Instead of
docker compose up
one should usedocker compose watch
, so docs should be modified accordingly)With this feature, the
watch
option can automatically synchronize the local source code with the code inside the containers without using volumes.Proposal in file
local.yml
:NOTE: Not sure if action
sync+restart
could be considered as a replacement forwatchdog
/watchfiles
.Rationale
Why should this feature be implemented?
Easily synchronize local source code with code inside docker containers, even automatically rebuild on requirements.txt/packages.json changes. Improve development experience.
The text was updated successfully, but these errors were encountered: