9 Commits

Author SHA1 Message Date
sususu98
89d222d6b5 fix(docker-compose.yml): move logging configuration to individual services 2025-03-05 12:06:03 +08:00
Tim Olow
39c34c02ea Update docker-compose.yml
add shm_size: '1gb' for postgres container.
2025-02-04 12:57:41 -06:00
Uruk
7447db5a97 ci: update realibility of ci and docker-compose 2024-05-09 22:28:26 +02:00
Thegan Govender
582cff755b added restart unless stopped to compose file 2024-02-23 22:46:08 +02:00
Gardner
bf75fd9ee7 Add the use of volumes to the example docker compose configuration 2023-12-24 21:23:44 +13:00
Thegan Govender
e63f52e2fb Added .dockerignore file to speed up local image builds
Changed Dockerfile as previos file was failing to build consistently
removed some unused packages
added compression to json payloads
changed vite ports to 3000 to not break existing builds
backend and frontend both use port 3000 now
2023-11-11 17:06:44 +02:00
Thegan Govender
1fc57445cd backend changes to improve sync
Reworked library view script,this reduces page load time by 90%
catered for new episodes in recently added feed.
Underlying work done for toggle to untrack certain libraries
General ui fixes
Backup files now limited to latest 5 files
Updated compose to have a limit on log files and sizes (Thanks @Hutch79)
2023-06-24 23:56:58 +02:00
Thegan Govender
3a85fcdea3 Stats Changes
Added more stuff to statistics page

Playback per hour page has a bug
2023-04-02 22:15:28 +02:00
Thegan Govender
dc3f900c5a users page + db auto create(WIP)
Created users info page when viewing user data on user tab

Added DB Procs to retrieve data for those components

Added db auto initialize to the backend in preparation for docker images, this needs work as it still crashes if it cant connect to the db
2023-03-23 22:37:04 +02:00