Hey all - I recently installed Appwrite on a DO Droplet (manually, not with one-click, since I already had a droplet running a discord bot that I wanted to add this to). I followed a tutorial using docker, and set up the docker-compose.yml and .env files in a directory on the droplet. Also installed docker. When I run docker compose up -d in that folder and let it spin up, I can't get to the webpage at my ip address. I've updated my ufw rules already, and tested with a quick Flask server that port 80 is reachable. But whenever I run the appwrite docker it won't load the setup / console page. Not sure what I'm doing wrong, would love any help! I checked the docker ps and saw that some things were restarting seemingly randomly... I'm sure that's related, but not sure what to do about it.
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- GitHub Student Benefits Not Applied to M...
Hi! I signed up for Appwrite using my GitHub account, and I’m a student with an active GitHub Student Developer Pack. I was expecting the Appwrite educational/...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...