
Hi,
I want to have multiple working appwrite instances on one vm. E.g. I want to have a stage and a production parallel on one vm. Is this possbile? If yes, is there a suggestion from your side on how to achieve this? What I have tried was using the .env variable COMPOSE_PROJECT_NAME, which would auto prefix the names, but this would not work on the containers. Then I removed all container_names of the docker-compose file. Now the appwrite services starts without problems, but in the startup I saw a bunch of problems (screenshot attached), but appwrite is still working. The messages would only occur on the very first run. Now when using docker compose up, I am not receiving any error messages. But the problem is now when the stage docker is running, the production system is not reachable anymore š¦

You can, suggest you to look at docker networking

Depends if you want to duplicate all services needed by appwrite (mariadb, telegraf, etc..) or use same for twice appwrite

Quick answer : have 2 docker-compose with differents network/container name/port, remove traefik from them to have only one wich switch between appwrite1 & appwrite2 depends of confiuration need
Recommended threads
- Problems with adding my custom domain
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
