Bridgeconn / vachan-api

The backend server that hosts all the API logic for the Vachan Engine.
Other
6 stars 20 forks source link

Refactor Docker Container to Use External Volumes for Data Storage #844

Closed shimilgithub closed 1 month ago

shimilgithub commented 1 month ago

We need to utilize the newly allocated space in production(/mnt/vachanapi_backup) more effectively. The Docker container should be configured to not contain any data within it. Instead, it should only contain the necessary code. All data should be stored in external volumes.

RevantCI commented 1 month ago

We are moving production which required back from Digital Ocean to RDS server which does not have a space constrain. We can close this issue for now till the space constrain issues reoccurs in RDS or wherever VE production is deployed.