Commit Graph

12 Commits

Author SHA1 Message Date
CyferShepard
24517c4d82 fix: update base image to node:lts-slim for improved stability 2025-06-14 18:45:17 +02:00
CyferShepard
f11dfc187c fix: update base image to node:lts-slim for improved stability 2025-06-14 18:33:56 +02:00
zodac
bec2806490 Adding healthcheck to docker image 2024-06-19 09:56:35 +12:00
CyferShepard
0d1664efe8 chore: Add entry.sh to Dockerfile for build process 2024-06-14 16:10:09 +02:00
thorpejosh
2729b69607 feat: docker secrets 2024-01-09 21:19:19 +08:00
Thegan Govender
ea4da8e98a Update Dockerfile 2023-11-28 19:16:42 +02:00
Thegan Govender
e146260572 Version bump and minor changes
Incremented version to 1.0.9
Updated dockerfile to run build to generate static webpages
Fixed missing parameter REQUIRE_LOGIN from config payload
2023-11-28 18:48:06 +02: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
c4lyp5o
2a9dbab909 fix: Dockerfile
prep for deployment
2023-11-07 16:54:22 +08:00
Lucas Declercq
8a111fb1b5 ci: build multi-arch image 2023-09-18 13:08:32 +02:00
Thegan Govender
697f721fd6 Userpage+ UI Changes
Basic user page completed

UI color scheme and css changes

Now stores and uses blurred image hashes for loading item images

Broke auto init DB somewhere along the lines
2023-03-25 23:27:58 +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