-
Notifications
You must be signed in to change notification settings - Fork 606
Fix Chatwoot deployment issues and improve configuration #1256
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
Open
adfastltda
wants to merge
12
commits into
caprover:master
Choose a base branch
from
adfastltda:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+41
−30
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e28754f
Fix: Corrigir erro de referência inválida no chatwoot-redis usando im…
adfastltda 0221635
Fix: Simplificar dockerfileLines do chatwoot-web e worker removendo R…
adfastltda eee5487
Fix: Substituir dockerfileLines por image e command no chatwoot-web e…
adfastltda 2edd25b
Fix: Voltar a usar dockerfileLines com CMD em formato shell para chat…
adfastltda 37f72a8
Fix: Adicionar variáveis de ambiente faltantes, volumes de armazename…
adfastltda 3759cea
Fix: Substituir dockerfileLines por image e command para evitar erro …
adfastltda b09c60a
Update: Trocar PostgreSQL 15 por pgvector/pgvector:pg17
adfastltda 78b7318
Fix: Substituir dockerfileLines por image e command no MinIO para evi…
adfastltda a4b4fce
Fix: Atualizar versão padrão do MinIO para versão mais recente
adfastltda 9c80b21
Fix: Corrigir comando do MinIO para usar 'minio server' conforme temp…
adfastltda 60e546c
Fix: Ajustar valores padrão de MINIO_ROOT_USER e MINIO_ROOT_PASSWORD …
adfastltda 94989e0
Fix: Ajustar valores padr??o de MINIO_ROOT_USER e MINIO_ROOT_PASSWORD…
adfastltda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| captainVersion: 4 | ||
| services: | ||
| $$cap_appname: | ||
| image: minio/minio:$$cap_minio_version | ||
| volumes: | ||
| - $$cap_appname-db-data:/data | ||
| - $$cap_appname-config-data:/root/.minio | ||
|
|
@@ -11,11 +12,9 @@ services: | |
| MINIO_REGION_NAME: 'eu-east-1' | ||
| MINIO_BROWSER_REDIRECT_URL: https://$$cap_appname.$$cap_root_domain | ||
| MINIO_SERVER_URL: https://$$cap_appname-api.$$cap_root_domain # MinIO S3 API | ||
| command: [minio server /data --console-address ":9001"] | ||
| caproverExtra: | ||
| containerHttpPort: '9001' | ||
| dockerfileLines: | ||
| - FROM minio/minio:$$cap_minio_version | ||
| - CMD ["server", "/data", "--console-address", ":9001"] | ||
| $$cap_appname-api: | ||
| image: caprover/nginx-reverse-proxy:1-ef5ffcb | ||
| restart: always | ||
|
|
@@ -28,19 +27,19 @@ caproverOneClickApp: | |
| variables: | ||
| - id: $$cap_minio_version | ||
| label: MinIO Version | ||
| defaultValue: RELEASE.2023-01-18T04-36-38Z | ||
| defaultValue: RELEASE.2025-09-07T16-13-09Z | ||
| description: Check out their Docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/ | ||
| validRegex: /^([^\s^\/])+$/ | ||
| - id: $$cap_access_key | ||
| label: MinIO Root User Access Key | ||
| defaultValue: $$cap_gen_random_hex(24) | ||
| defaultValue: admin | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be kept unchanged |
||
| description: Access key for `MINIO_ROOT_USER`. If unset, minio defaults to `minioadmin`. MinIO strongly recommends specifying a unique, long, and random value for all environments. | ||
| validRegex: /(.{5,})|(^\s{0}$)/m | ||
| validRegex: /^(.{5,})?$/ | ||
| - id: $$cap_secret_key | ||
| label: Minio Secret Key | ||
| defaultValue: $$cap_gen_random_hex(38) | ||
| description: Secret key for `MINIO_ROOT_PASSWORD`. If unset, minio defaults to `minioadmin`. MinIO strongly recommends specifying a unique, long, and random value for all environments. | ||
| validRegex: /(.{8,})|(^\s{0}$)/m | ||
| defaultValue: password | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be kept unchanged |
||
| description: Secret key for `MINIO_ROOT_PASSWORD`. If unset, minio defaults to `minioadmin`. MinIO strongly recommends specifying a unique, long, and random value for all environments. Please change this to a secure password. | ||
| validRegex: /^(.{8,})?$/ | ||
| instructions: | ||
| start: >- | ||
| MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. | ||
|
|
||
Oops, something went wrong.
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.
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.
Looks like minio file was unintentionally edited?
Feel free to submit as a separate PR.