nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:10:48 +02:00
d5cb8d27e0 fix: add type assertion for datasourceUrl in PrismaService constructor
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:08:10 +02:00
3bfd7640cb fix: remove global npm installation from Dockerfiles
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:07:03 +02:00
649f76fa72 fix: update PrismaService constructor to include datasourceUrl configuration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:05:24 +02:00
67aa89ba7e chore: add npm install command in Dockerfiles for both backend and frontend
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:03:29 +02:00
ba6ac036b5 fix: remove datasource configuration from PrismaService constructor
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:01:52 +02:00
5d80dfef6f fix: update PrismaService constructor to use correct datasource format and include prisma.config.ts in Dockerfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:53:48 +02:00
c9ef587eb1 feat: add Prisma configuration file and update Dockerfile to include it
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:46:43 +02:00
944a670a84 chore: städa .env, uppdatera Prisma till 7.7.0
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:21:39 +02:00
9ae263e77e chore: add .env for server bottstrap
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:15:18 +02:00
2e7c849687 fix: update Dockerfile CMD to retry Prisma migration on failure
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:06:23 +02:00
29d4cef688 feat: update Docker Compose configuration and add deployment script
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 19:53:19 +02:00
8efd9f6e1e fix: update parameter type in POST function to use Promise for id
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 19:51:54 +02:00
c20391bf2a refactor: simplify EditRecipeRedirect component by removing unused code
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 19:46:57 +02:00
73bf5193c4 feat: add image handling to recipes
nilsjohan pushed to main at nilsjohan/caddy 2026-04-15 19:08:41 +02:00
80883da0be Update Caddy to 2.4.6. Websockets works
nilsjohan pushed to main at nilsjohan/caddy 2026-04-15 12:40:17 +02:00
988999c474 Updatdet Caddyfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:48:59 +02:00
a2038ffbec feat: Enhance recipe import functionality with support for PDF, image, and URL inputs
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:46:08 +02:00
ea5f97ab82 chore: Add missing image and pull_policy configurations for frontend and API services in Docker Compose
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:39:11 +02:00
f50b4901f5 feat: Add health checks for frontend, API, and database services in Docker Compose
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:35:30 +02:00
a118a2ff11 chore: Update Dockerfile paths and add .dockerignore files for backend and frontend