Commit graph

5 commits

Author SHA1 Message Date
James Paterni
a68196431f Fix health check server by using Puma with Rack directly
Some checks are pending
Test and Build Docker Image / test (push) Waiting to run
Test and Build Docker Image / build (push) Blocked by required conditions
- Replace Sinatra run! calls with direct Puma::Server usage
- Use Rack-compatible approach to avoid Sinatra::Wrapper issues
- Remove problematic set method calls and run! method calls
- Both integrated and standalone health servers now use same Puma/Rack approach
- Remove outdated baktainer/logger require from main file

This should resolve the undefined method errors with Sinatra::Wrapper.
2025-07-14 23:15:26 -04:00
James Paterni
ec608c86e5 update docker-compose.yml file to run at midnight
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
2025-05-08 23:23:37 -04:00
James Paterni
3798a629dd update docker hub url 2025-05-08 22:54:50 -04:00
James Paterni
db946bc26e Project now functions.
TODO:
  - Add individual hook for completed backups
  - Add hook for fullly completed backups
  - Optionally limit time for each backup
2025-05-08 22:41:50 -04:00
James Paterni
8430ff9304 Initial Commit 2025-04-14 09:39:37 -04:00