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
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- Paid Invoice but Plan Still Free
Hi, I paid an old Pro invoice but my plan is still Free. When I try to upgrade, a new invoice is created and immediately canceled. Account email: tayebhatem98...
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...