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
cachet is pretty cool and especially this Docker version makes it very easy to get started. Great work!
I'm currently trying to setup https://.... Currently nginx is tightly integrated into the dockerfile. Wouldn't it be better / more flexible to use a separate nginx container via docker-compose? That would allow for using a custom nginx setup with ssl termination etc.
At the moment I would need a second nginx instance to handle ssl, i.e. nginx ssl -> internal nginx -> cachet.
If that's OK with you I'll start working on a pull request.
The text was updated successfully, but these errors were encountered:
Hey,
cachet is pretty cool and especially this Docker version makes it very easy to get started. Great work!
I'm currently trying to setup
https://...
. Currently nginx is tightly integrated into the dockerfile. Wouldn't it be better / more flexible to use a separate nginx container via docker-compose? That would allow for using a custom nginx setup with ssl termination etc.At the moment I would need a second nginx instance to handle ssl, i.e.
nginx ssl
->internal nginx
->cachet
.If that's OK with you I'll start working on a pull request.
The text was updated successfully, but these errors were encountered: