Twenty (Cache)ΒΆ

curl -o docker-compose.yml https://raw.githubusercontent.com/twentyhq/twenty/refs/heads/main/packages/twenty-docker/docker-compose.yml
curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/heads/main/packages/twenty-docker/.env.example
openssl rand -base64 32
vim .env
APP_SECRET=<random_string>
PGPASSWORD_SUPERUSER=<password>
sudo docker compose up -d