Hello Appwrite Community,
I've got some problems with installing the self-hosted appwrite server in docker. Because when I try to start the traefic service, I get an Code 500 Error from Docker. But I don't know what I can do against it to fix the problem. Can you help me with this problem?
Thanks 🙂
A Docker 500 on the Traefik container is usually a symptom rather than the root cause—it's often caused by port conflicts, invalid Docker/network config, or volume permission issues. I'd start by checking docker logs traefik and docker compose ps to pinpoint where it's failing. Happy to help you troubleshoot it. Can you share the full Traefik logs and your Docker Compose version? <@1145977546991730801>
Hello <@944857172196589659>.
Thanks for your response. I'm using a windows server for hosting with docker. How can I check if there are any port conflicts? And Do I need to enable the Network Host Option? And what else is missing?
Docker Version: Version 4.81.0
And I can't capture any logs from the Traefic Container Element, sorry 🙁
Now it works, but there's another problem
The Appwrite Embedded won't work. It's restarting constantly
Oh, the resolvation of the problem was chaning the ports
Oh, I have an unsuported CPU
disable / remove embeded, it's not used in 1.9.5 yet. It's for VecorDB tho still not released
Ok, but my dashboard will work after that?
the embed, is just a postgres and an AI embedding processing. i don't thing you used that before as it didn't existed
so yes it will work (in my setup i don't have the embeded containers)
I only get an 404 error now when trying to access the panel
But I got it before I removed the embedded
only that you know
you might have removed more than just the embed maybe
what kind of 404 so you have ?
ok so that mean traefik don't see the appwrite-api container and maybe also the appwrite-console
could you share your current compose ? (and docker ps -a)
Compose Version, right?
no the actual docker compose of appwrite, where all the services are defined
it should look something like that : https://github.com/appwrite/appwrite/blob/main/docker-compose.yml
Are there any specific Informations needed?
ah ha, on the second screen, there is an unhealthy container
could you display the logs of this container ?
Recommended threads
- 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...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...