meteor-up
meteor-up copied to clipboard
Added support for using Docker volumes with the Nginx proxy
Greetings, @zodern.
Changes:
- Created option
proxy.volumes. Can be used to serve static files from Nginx. - Updated the Advanced configuration section of
docs.md, added example of usage with read-only volume.
Best wishes, Sergey.
I was looking for this exact feature and was about to submit a PR. My usecase is sending the nginx logs to a volume which I can monitor with fail2ban. @zodern Would you be willing to accept this PR if I resolve the conflicts?