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
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...