-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[STREAMPIPES-604] Add NGINX volume to compose deployment #126
Conversation
Cool! Should we also add the volume to the docker-compose files in installer/compose? |
In my eyes this is a very good idea. |
When users want to use SSL, they also have to change the nginx configurations in the docker-compose file, as described in Documentation. |
I think the the Documentation is still valid. |
Is it a good solution to store the configuration and certificates in the same volume? |
Good question, I am not sure. |
d0ed638
to
6bedff5
Compare
Yes I like this idear |
I realized that the volumes in k8s overrides the files from the docker image. (I should have known it.) For this reason I removed the volume for the nginx configuration |
Sometimes it is usefull to change the configururation of the NGINX-Proxy.
E.g. to provide REST-Endpoints on a different port