Twenty CRM
Instalováno: 2026-01-10
Přístup
| Položka | Hodnota |
|---|---|
| URL | https://crm.czechai.io |
| Interní port | 3080 |
| Cesta | /opt/twenty/ |
Databáze
| Parametr | Hodnota |
|---|---|
| Host | db (Docker internal) |
| Port | 5432 |
| User | twenty |
| Password | TwentyCRM2026Secure! |
| Database | default |
APP_SECRET
03f51ea9dd11cacb175dd4561694b4459af76eae1fb1c0faa03dde0d9d5c9fc2
Docker Kontejnery
twenty-server-1- Hlavní aplikacetwenty-worker-1- Background workertwenty-db-1- PostgreSQL 16twenty-redis-1- Redis cache
Příkazy
# Status
cd /opt/twenty && docker compose ps
# Logy
cd /opt/twenty && docker compose logs -f
# Restart
cd /opt/twenty && docker compose restart
# Zastavení
cd /opt/twenty && docker compose down
# Spuštění
cd /opt/twenty && docker compose up -d
Nginx
Konfigurace: /etc/nginx/sites-available/crm.czechai.io
Proxy na port 3080.