Open
Conversation
- Refactored signed installer to be more module and flow better
- Refactored docker-compose.yml file
- Reference only artifacts in the Skadi repository
- All items now in one file (22 containers configured to work together)
- Created Start/Stop/Reset Docker helper scripts for Powershell and Bash
- Updated signed installer to use the new components
- Removed Cerebro and now use Kibana Management page instead
- Enabled Skadi to run on any OS with Docker installed (MacOS, Windows, and Linux)
- Created `skadi-backend` network and reduced exposed ports to only 80, 5432, 9200
- Updated Secure Networking pack to work with these changes
- Fixes
- Yeti investigations now work
- Yeti settings and data now persist
- All containers now persist data
Portainer doesn't add the local docker instance for monitoring unless you explicitly pass it as an argument in the docker-compose invocation. Specifically have to add the flag '-H unix:///var/run/docker.sock' as that is where the docker socket is mounted according to the volumes clause in this docker-compose file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Portainer doesn't add the local docker instance for monitoring unless you explicitly pass it as an argument in the docker-compose invocation. Specifically have to add the flag '-H unix:///var/run/docker.sock' as that is where the docker socket is mounted according to the volumes clause in this docker-compose file.
I have added the additional flag in this pull request and propose this change.