-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Secure MongoDB and Redis #266
Secure MongoDB and Redis #266
Conversation
|
||
networks: | ||
kobo-be-network: | ||
driver: bridge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jnm If you look at docker-compose.frontend.override.yml.sample
, you can see that kpi
, kc
and ee
are also using this network. Because backend and frontend containers are not declared in the same composer file, frontend containers need to know what is the name of backend containers network (when ports are not exposed).
f87ad91
to
a2599e4
Compare
a2599e4
to
17ee6d2
Compare
- Simplified frontend and backend composer files - Created samples to help the creation for '*.override' composer files - Updated README
88ed26a
to
f34eac2
Compare
2d78e3e
to
da92cdd
Compare
da92cdd
to
6e60e03
Compare
…that's longer than the 10-second default
…and save us from the unfriendly SIGKILL. Fixes #276
Database split
…readme Add note about shared-database branch to README
…-storage Use persistent storage for KPI FileFields
…-servers Pass signals and give grace period to database servers
This PR is related to
Also closes #249