-
Notifications
You must be signed in to change notification settings - Fork 163
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
What can we learn and implement from the Docker strategy of other webmail project? #1146
Comments
Good idea. Here are the things that I think come up here after looking at those repos: 1. ssl/httpsSnappy shows the use of self signed certs, presumably in development. I tend to think this is not a good idea. But we can discuss it. 2. imprecise version numberingWe can point tags to eachother like: Such that the user can pull just the major version and not worry about the minor version. This is a bit hacky, but fairly common in docker. I tend to think its not worth the trouble, but we can talk more about it. 3. configurable loggingWe should be using env vars to tune logging, as that is common practice in or outside of docker. There has been some discussion around this here: |
Related: #1175 |
@rodriguezny @kroky @josaphatim @Shadow243 @Baraka24 Thoughts? |
We made a gigantic step forward with: cypht-org/cypht-docker#31 and we now have https://hub.docker.com/r/cypht/cypht
Now, as a lower priority, let's review what others are doing to get some good ideas :-)
The text was updated successfully, but these errors were encountered: