Rank 2: Process
Hello all,
I am currently self-hosting my appwrite application using docker running on a ubuntu cloud server. I am generally unsure about how to structure a development/testing environment. I want to be able to start something like an emulator environment, where i can test and develope on a "copy" of the production environment. I have tried export/importing the appwrite docker volume tarballs, but import to my local machine either fails or crashes the appwrite server.
Should be noted that im quite new to docker and appwrite, so if anyone have any ideas or experince, it would be much appreciated. Thank you in advance.