Raphael
dependency failed to start: container twenty-server-1 is unhealthy
It's a small bug that the team's fixing. For more details you can check out this issue https://github.com/twentyhq/twenty/issues/7768
12 replies
dependency failed to start: container twenty-server-1 is unhealthy
Things I did:
- Copied
./packages/twenty-docker/twenty/Dockerfile
to .
- Ran docker build . -t twenty:v1.0
to create a local image of the build
- Went to docker-compose.yml
stored at .
to replace all instances of twentycrm/twenty:${TAG}
to twenty:v1.0
to use a local image instead of pulling from docker hub
- Ran docker-compose up -d
at .
- Now works at localhost:3000
It's now displaying at localhost:3000, but the problem with 127.0.0.1:6379
still persists12 replies
Which directory of the repo does the UI start?
I found an index.html that changes the title of the tab. But still quite confused on where it starts. I’m quite unfamiliar with typescript as I’m coming from python. Would there be a resource you can suggest that’d be able to help me with this? Or just the starting file?
10 replies