Postgres
Imagen: pgvector/pgvector:pg16
- Puerto 5432/tcp
- Volumen de 10 GB en /var/lib/postgresql/data
- 1 vCPU · 1 GB
Plantilla · Aplicaciones de negocio
Customer support inbox (live chat, email, socials) with Postgres+pgvector and Redis.
Abre el panel con esta plantilla preseleccionada. Inicia sesión con GitHub si eres nuevo; el plan gratuito no pide tarjeta.
4 servicios en el entorno que elijas, en la red privada del proyecto.
chatwoot/chatwoot:latest as Rails web and Sidekiq worker, pgvector/pgvector:pg16, Redis. The web service prepares the DB on start.
Open the public URL and create the first account (ENABLE_ACCOUNT_SIGNUP=true), then set it to false.
Imagen: pgvector/pgvector:pg16
Imagen: redis:7-alpine
redis-server --requirepass "$REDIS_PASSWORD" --appendonly yes --dir /data
Imagen: chatwoot/chatwoot:latest
bundle exec rails db:chatwoot_prepare && bundle exec rails s -b 0.0.0.0 -p 3000
Imagen: chatwoot/chatwoot:latest
bundle exec sidekiq -C config/sidekiq.yml
Los secretos generados nunca salen de la plataforma; las referencias se resuelven en la red privada. Lo marcado como requerido se pide al desplegar.
| Nombre | Valor |
|---|---|
| POSTGRES_USER | postgresSuperuser name |
| POSTGRES_PASSWORD | generado (password)Generated at deploy |
| POSTGRES_DB | chatwootDatabase created on first start |
| PGDATA | /var/lib/postgresql/data/pgdata |
| DATABASE_URL | postgresql://${{self.POSTGRES_USER}}:${{self.POSTGRES_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:5432/${{self.POSTGRES_DB}}Connection string on the private network |
| Nombre | Valor |
|---|---|
| REDIS_PASSWORD | generado (password) |
| REDIS_URL | redis://default:${{self.REDIS_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:6379 |
| Nombre | Valor |
|---|---|
| SECRET_KEY_BASE | generado (hex64) |
| FRONTEND_URL | https://${{self.SKIFFLY_PUBLIC_DOMAIN}} |
| RAILS_ENV | production |
| NODE_ENV | production |
| INSTALLATION_ENV | docker |
| RAILS_LOG_TO_STDOUT | true |
| LOG_LEVEL | info |
| POSTGRES_HOST | ${{Postgres.SKIFFLY_PRIVATE_DOMAIN}} |
| POSTGRES_PORT | 5432 |
| POSTGRES_USERNAME | ${{Postgres.POSTGRES_USER}} |
| POSTGRES_PASSWORD | ${{Postgres.POSTGRES_PASSWORD}} |
| POSTGRES_DATABASE | ${{Postgres.POSTGRES_DB}} |
| REDIS_URL | ${{Redis.REDIS_URL}} |
| ENABLE_ACCOUNT_SIGNUP | true |
| ACTIVE_STORAGE_SERVICE | local |
| FORCE_SSL | false |
| Nombre | Valor |
|---|---|
| SECRET_KEY_BASE | ${{Chatwoot.SECRET_KEY_BASE}} |
| FRONTEND_URL | ${{Chatwoot.FRONTEND_URL}} |
| RAILS_ENV | production |
| NODE_ENV | production |
| INSTALLATION_ENV | docker |
| RAILS_LOG_TO_STDOUT | true |
| LOG_LEVEL | info |
| POSTGRES_HOST | ${{Postgres.SKIFFLY_PRIVATE_DOMAIN}} |
| POSTGRES_PORT | 5432 |
| POSTGRES_USERNAME | ${{Postgres.POSTGRES_USER}} |
| POSTGRES_PASSWORD | ${{Postgres.POSTGRES_PASSWORD}} |
| POSTGRES_DATABASE | ${{Postgres.POSTGRES_DB}} |
| REDIS_URL | ${{Redis.REDIS_URL}} |
| ENABLE_ACCOUNT_SIGNUP | true |
| ACTIVE_STORAGE_SERVICE | local |
| FORCE_SSL | false |
Volúmenes, secretos y dominio preconfigurados. Corre en nodos en la UE, se paga por minuto desde un saldo prepago.