standardnotes / syncing-server

[Deprecated: Use our new Node server: https://github.com/standardnotes/syncing-server-js]
https://standardnotes.org
GNU Affero General Public License v3.0
209 stars 48 forks source link

Unable to run on Ubuntu server 18 using docker (enotfound "db") #188

Open r3kt-eth opened 3 years ago

r3kt-eth commented 3 years ago

After following all steps closely and configuring .env files from root folder and docker folder, I'm still not able to run syncing server on my own host. It just waits for syncing-server-js for eternity.

Fresh ubuntu 18 LTS server install with docker.

Let me know if you need any more details, thanks.

Screenshot 2021-04-05 at 01 28 00 Screenshot 2021-04-05 at 01 26 13
JaspalSuri commented 3 years ago

Hi @stakism-io, Sorry to hear that. I've assigned this issue for our backend dev to review when they get the chance to. 🙂

karolsojko commented 3 years ago

@stakism-io - can you send us what the logs from the db service say? I think it didn't start properly - thus all other services are waiting for it to go start

techmechanic1 commented 3 years ago

Having the same issue...

techmechanic1 commented 3 years ago

Got it to work afterall...

JaspalSuri commented 3 years ago

Got it to work afterall...

That's great to hear, @PhoneMechanic! Was there anything in particular that you noticed doing that helped resolve the issue?

techmechanic1 commented 3 years ago

I actually deleted my vm and started over... This time I didn't install docker with snap.. that might have made the difference..

JaspalSuri commented 3 years ago

I actually deleted my vm and started over... This time I didn't install docker with snap.. that might have made the difference..

Thanks for taking the time to that, @PhoneMechanic. Another user reported having issues with Docker's Snap so it's possible that's what was causing the issues you were experiencing. Please keep us informed of any new issues with the new setup if they arise. 🙂

karolsojko commented 3 years ago

We have a new documentation suite out. Please give a try and re-check if it helps with your issue: https://docs.standardnotes.org/self-hosting/getting-started/