Since Appwrite is running in a docker container, is it also possible to run it in App Platform instead of a Droplet at DigitalOcean? That way the infrastructure is fully managed. So no/less worrying for me about security because of automatic OS patches and stuff like that.
Appwrite is indeed a docker container but not just one, and DigitalOcean App platform is not built for that.
So to my opinion it doesn't seems possible to do it using App platform.
Ah that's too bad. I've now a selfmade expressjs api running in App Platform and I love stuff like the automatic os updates.
Agree, in the future i- if and whrn Appwrite will support k8s - then you'll be able to do so in services ofeers the same just for k8s
Recommended threads
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...