Trouble/problems getting 20 to run with docker (self hosted, my machine)
I am trying to get 20 to run from this documentation: https://twenty.com/developers/section/self-hosting/docker-compose
I've installed docker (daemon is running) on my machine, but when I run the command from documentation I get this.
π§ Checking dependencies...
β Docker is not running.
Please start Docker Desktop, Docker or check documentation at https://docs.docker.com/config/daemon/start/
My system is on (6.5.0-41-generic #41~22.04.2-Ubuntu)
Any help would be appreciated, but/and might I recommend adding more debug information here? Unless I am missing something.
9 Replies
Out of curiousity, I scrubbed through the script in that command and tested the if statements manually, then skipped the line that caused that specific error to print. Docker-compose file installed and it seemed to be up and running for a bit? But then it kicked me off SSH.
I logged back into my machine and ran the compose file (now I had a copy) manually. Everything seemed to work except it ended on:
[+] Running 8/8
β Network twenty_default Created 0.1s
β Volume "twenty_docker-data" Created 0.0s
β Volume "twenty_db-data" Created 0.0s
β Volume "twenty_server-local-data" Created 0.0s
β Container twenty-db-1 Healthy 1.4s
β Container twenty-change-vol-ownership-1 Exited 1.3s
β Container twenty-server-1 Error 0.1s
β Container twenty-worker-1 Created 0.1s
dependency failed to start: container twenty-server-1 is unhealthy
Obviously I'd like to get this software working because I'd like an alternative to Salesforce but I also hope this is helpful feedback on the installation process. I feel like this method is the least documented method of installing, so I'm really just trying to get more informationcheck the healthcheck url and port!
if the logs of the server looks ok it happened to me once that it was missing the port
The port is 3000?
if i remember correctly the port is 80, the health check is being executed inside that container, this is the one i use, the internal port on my env is 80, here is what works for me
Thank you! I will try again
Thanks for the help @aficio, much appreciated!
@laianeramos or @telekrex, do you still need help?
No, thank you π
great!