Add portainer as part of docker compose to fetch logs#2691
Open
hectorfloresflores wants to merge 4 commits intomasterfrom
Open
Add portainer as part of docker compose to fetch logs#2691hectorfloresflores wants to merge 4 commits intomasterfrom
hectorfloresflores wants to merge 4 commits intomasterfrom
Conversation
0022ab3 to
ff0d27f
Compare
|
ElenaSpb
reviewed
Jul 10, 2025
| We use [portainer-ce](https://hub.docker.com/r/portainer/portainer-ce) as container management platform. For now, we only support read-only mode since the main purpose of using portainer it is to fetch the logs with the ability to log in with basic auth. | ||
| Since portainer-ce does not have the ability to assign read-only permissions to user, we have deployed a proxy docker container called **docker_socket_proxy** and the actual docker portainer called **portainer_readonly**. For more info please go to [docker-compose.yml](./docker-compose-run.yml) file. | ||
| The container will be deployed on port **9001** and you can access it on http://brainup.site:9001/. Please contact admin for credentials. | ||
|
|
Contributor
There was a problem hiding this comment.
maybe we can add here dev read-only user creds for reading logs?
2437292 to
2877b3d
Compare
…y to prevent users to remove, pause and restart containers.
2877b3d to
923e350
Compare
|
Frontend test coverage: 45.59% 🤷♂️ Did not change |
|
Frontend test coverage: 45.59% 🤷♂️ Did not change |
|
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.



##GithubTaskNumber
Description what actually was done in task:
Add Portainer to check the logs for docker containers and docker proxy to prevent users to remove, pause and restart containers.