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
- 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...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...