dependency failed to start: container twenty-server-1 is unhealthy
I'm setting this up on Ubuntu Server, but I got this error when starting the project:

14 Replies
I saw an old post to add REDIS_HOST: redis to both server and workers, I did but I am still getting the same error:

Hello @Raquel please look at/share twenty-server logs
Unable to reproduce using latest twenty's version related issue
What Twenty's version are you working with ? Was working before or is it your first time installing twenty etc ?
Hi @Prastoin I'm installing this the first time. I'm simply running your one-line script:
bash <(curl -sL https://git.new/20)
Git.new – Free GitHub Link Shortener
Shorten your GitHub URLs or links with git.new – a free, branded GitHub URL shortener powered by Dub
Could you please share twenty-server container logs
I will share some details here. This is the twenty folder after trying to install:

In the docker-compose.yml file, I have added:
REDIS_HOST: redis
on both server and worker.
I did not change anything on the .env yet. Then I start the docker container:
docker compose up -d

Checking the logs:
docker logs --tail 100 twenty-server-1

I got this far:

Logs:
ok that looks good, let's see:

i figured it out

I assume it was an invalid pg password issue ? Anw congrats and enjoy coding !
yeah it was the pg part
Thanks @prastoin