9 Commits

Author SHA1 Message Date
Erik Vroon
4537a37d17 Use new combined docker image in docker compose (#1497) 2025-12-29 20:52:49 +01:00
Erik Vroon
583eb4e963 Migrate Next.js to Vite (#1397)
Vite is much simpler to use than Next.js and we don't need any of the
features Next has that Vite doesn't have.

Benefits of moving to Vite are:
- Much better performance in dev and prod environments
- Much better build times
- Actual support for static exports, no vendor lock-in of having to use
Vercel
- Support for runtime environment variables/loading config from `.env`
files
- No annoying backwards-incompatible changes on major releases of Next
- Better i18n support without having to define getServerSideProps on
every page
- Better bundle optimization
- No opt-out Vercel telemetry 

Also replaces yarn by pnpm and upgrades mantine to 8.3
2025-11-12 11:18:06 +01:00
Erik Vroon
4a81262280 Fix docker entrypoint (#886) 2024-09-05 18:46:43 +02:00
Erik Vroon
55d13370d9 Small fixes in docker config (#876)
Implements feedback from #814
2024-08-30 10:59:29 +02:00
Danny Piper
a2f63abb8f Feat: added volume, network and port to docker compose (#814)
Fixes issue where containers cannot to talk to each other where the
default docker network is isolated.
2024-08-28 08:53:20 +02:00
Erik Vroon
07bfb1fba7 Add static volume to docker docs (#616)
fixes https://github.com/evroon/bracket/issues/518
2024-03-21 09:22:23 +01:00
Erik Vroon
5659cd7344 Add demo functionality (#413)
Lets users create a temporary demo account to test the tool
2024-02-03 14:18:57 +01:00
Erik Vroon
45d172f6d6 Add docker compose instructions (#259) 2023-09-12 22:08:54 +02:00
Erik Vroon
2125466e3a Add docker compose config (#208) 2023-09-12 21:37:48 +02:00