Use redis without docker-compose.yml
Version: 0.30.2
We are deploying a project on AWS EC2 using
In version 0.30.2, Redis has been added. Instead of updating the
We are deploying a project on AWS EC2 using
/packages/twenty-docker/twenty/Dockerfile
.In version 0.30.2, Redis has been added. Instead of updating the
docker-compose.yml
file, what changes should be made in the Dockerfile or at any other places to integrate Redis?
@charles @thomast3 Replies
@Jay Patel please have a look to related upgrade documentation https://twenty.com/developers/section/self-hosting/upgrade-guide#v0.31.0-to-v0.32.0
@prastoin I checked, and it looks like they have updated the docker-compose.yml file. However, we are using the Dockerfile for deployment.
Hi @Jay Patel, did you update the env variables as specified in the doc?