bigbeartechworld:master
← bigbeartechworld:update-owncloud-db-and-redis-volumes
opened 06:25AM - 04 Mar 25 UTC
This pull request introduces several updates to the ownCloud application's datab…ase and Redis configurations:
- Update the MySQL user from `root` to `bigbear`
- Change the MySQL data volume path from `/DATA/AppData/$AppID/data/mysql` to `/DATA/AppData/$AppID/mysql`
- Add the `MARIADB_AUTO_UPGRADE=1` environment variable to the database container
- Update the Redis data volume path from `/DATA/AppData/$AppID/data/redis` to `/DATA/AppData/$AppID/redis`
- Add `depends_on` for the database and Redis containers to the ownCloud container
- Add a name to the `big_bear_owncloud_network` network
These changes aim to improve the overall configuration and setup of the ownCloud application, ensuring better compatibility and maintainability.
## Summary by CodeRabbit
- **Chores**
- Improved service startup by ensuring that required components wait for dependencies to be ready.
- Enabled automatic database upgrades with an enhanced health check that uses a dedicated user.
- Streamlined storage configurations for database and cache services.
- Standardized network settings for more consistent connectivity.