Skip to content
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

Adiciona o minio no arquivo de produção do docker-compose.yml. #85

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

gitnnolabs
Copy link
Collaborator

O que esse PR faz?

Adiciona o minio no arquivo de produção do docker-compose.yml.

Onde a revisão poderia começar?

No arquivo docker-compose.yml

Como este poderia ser testado manualmente?

Executando:

docker-compose -f docker-compose.yml up -d

Algum cenário de contexto que queira dar?

Essa alteração é necessária para a documentação do ambiente em produção, segue documento: https://docs.google.com/document/d/1CnjcBV2PtjB8T01TL73HvPqmnng6f73tzQNpOHDlTDg/edit

Screenshots

Imagem do minio rodando na porta 9000:

Screenshot 2024-01-15 at 13 29 02

Quais são tickets relevantes?

N/A

Referências

N/A

@gitnnolabs gitnnolabs added the enhancement New feature or request label Jan 15, 2024
@gitnnolabs gitnnolabs self-assigned this Jan 15, 2024
Copy link

gitguardian bot commented Jan 15, 2024

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id Secret Commit Filename
- Generic Password 898305f docker-compose.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

Comment on lines +74 to +75
- '9000:9000'
- '9001:9001'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gitnnolabs verificar se estas portas estão sendo usadas em core / upload. A idéia é que os devs possam executar os 3 simultaneamente

@gitnnolabs gitnnolabs merged commit a1292d5 into scieloorg:master Jan 17, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants