I'm trying to setup a separate testing, production and stage appwrite project on the same so that when developing the tests can run in isolation from the stage. To allow smooth setup and teardown of the testing environment. I found it wise to have three environments run in isolation that is the production, staging and testing environments. I'm facing challenges because I'm novice in docker and I'm setting all of these environments on my local machine so that I can simulate the workflow better. Therefore I need some guidance on how I can create multiple instances on the server (vm) for these environments to exist.
I've sofar created separate files for the necessary env variables i.e .env.development.local, .env.production.local and .env.testing.local and two different docker compose yaml files i.e docker-compose.dev.yml and docker-compose.test.yml. I've tried running them but get an error as bad gateway. Attached are the two docker-compose files. Any help is welcome.
Those are the docker files
Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...