Docker setup very slow on digital ocean droplet #4682
Unanswered
ethanitovitch
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Is the droplet running out of resources, or are your requests slow for another reason? Did you look at htop or another monitor? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I setup cookiecutter-django using docker.
I then deployed the app on a digital ocean droplet.
Here are the current specs of the machine: 2 GB Memory / 2 Intel vCPUs / 90 GB Disk / SFO3 - Ubuntu 22.04 (LTS) x64
I've deployed many apps on droplets with the same specs that ran much faster without docker so thinking that's the issue.
Also I've stripped the docker compose file so that it's just traffik, redis & django.
Any ideas what might be going wrong? The site has 0 traffic.
Also please let me know how I can provide more info I know this is extremely vague.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions