Skip to content

correções pra instalação via setup orion #83

@dbadaniel

Description

@dbadaniel

Question

Pessoal é uma lista de coisas que tive que mexer na stack para funcionar após instalaçao via setuporion

alterado no processor
evocrm_processor:
environment:
# ANTES:
- POSTGRES_CONNECTION_STRING=postgresql://postgres:senha@pgvector:5432/evo_community?sslmode=disable

# DEPOIS:
- POSTGRES_CONNECTION_STRING=postgresql://postgres:senha@pgvector:5432/evo_community

- EVO_AUTH_BASE_URL=http://evocrm_auth:3001  # ← ADICIONADO

adicionado no frontend
evocrm_frontend:
environment:
- VITE_WS_URL=wss://apicrm.expertsa.com.br # ← ADICIONADO

adicionado no sidkiq crm
evocrm_crm_sidekiq:
environment:
- BACKEND_URL=https://apicrm.expertsa.com.br # ← ADICIONADO
- FRONTEND_URL=https://evocrm.expertsa.com.br # ← ADICIONADO
# ... resto das variáveis

Context

No response

Related Service

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions