Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #29.
Here we have new services:
Docker compose files
I have separated docker-compose file into two docker-compose files to make it easy to maintain:
Auth & Authz
Regarding auth & authz for additional services, I added simple basic auth for now; maybe it will be easier to see how the tools work together while testing this PR. Therefore, this PR would also close #26.
Portainer alternatives
Similar tools to Portainer:
What I would suggest is that we try Portainer and see how it fits our usage. Since we don't depend on it critically, it would be easy to switch to something else in the future.
Resource usages
I have seen varying usage of resources for CPU (5-20%) and memory (400-500MB). I have already put limits in docker files for resource usage, but we can adjust them in the future depending on our needs.