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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...