Added ✨
- RCLONE_LOGS: Environment variable to disable the rclone process logging when value is set to OFF; Default is ON 📝
- RCLONE_DIR: Environment variable to set the rclone directory; Default is /data 📁
Fixed 🛠️
- Issue #36 Setting RCLONE_LOG_LEVEL=OFF causes the rclone process to fail 🐛
- Issue #37 Error when PUID/PGID are set without values: PGID= 🐛
- Issue #38 Recursive chown of /data throws errors if the mount is still present 🐛
- Issue #39 Make rclone mount base path a variable - /data --> /user-defined ✨
- Issue #41 Add healthcheck for PostgreSQL process ✨
- Issue #42 Add clean shutdown for PostgreSQL server ✨