arc-eng / studio

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine.
https://arcane.engineer/studio/
MIT License
0 stars 2 forks source link

Add Docker Volume for Database Persistence #19

Open arcane-engine[bot] opened 1 month ago

arcane-engine[bot] commented 1 month ago

This update enhances the docker-compose.yml file by adding a volume for the database, ensuring data persistence even when containers are stopped or removed. The database data is now stored in a Docker volume named db_data, improving data reliability and management.

Docker Configuration

These changes ensure that the database data is not lost, enhancing the robustness of the application's data management.

File Modified