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
It would be interesting to automatically restart a service application when a file is modified or if there are changes in a directory or its subdirectories:
No, there is no flag for that. Environment variables basically can not be changed after container launch without very specific instruments that more suitable for hackers than for normal usage patterns.
However, I can add a monitor that will watch changes for the .env files and for config files.
Can you specify priority? I am a bit busy now but if it's critical or high-priority I can implement quite fast
thim81
changed the title
Question: Restart on ENV var changes
Feature request: Add "watch" function, to restart on file/folder changes
Jun 13, 2019
thim81
changed the title
Feature request: Add "watch" function, to restart on file/folder changes
"watch" function, to restart on file/folder changes
Jun 13, 2019
Hi Reddec,
It would be interesting to automatically restart a service application when a file is modified or if there are changes in a directory or its subdirectories:
Example file watch:
monexec ... --watch ./app.js
Example folder watch
monexec ... --watch ./code
and in the YAML file
Potentially in the future, there could be extensions, like "files to ignore"
Regards,
Tim
The text was updated successfully, but these errors were encountered: