Commit graph

7 commits

Author SHA1 Message Date
f7003fc6b9 fix: remove unused SENDGRID_API_KEY from backend environment variables 2025-10-23 15:28:33 +02:00
5ea42bb24b upd 2025-10-23 15:16:42 +02:00
8a17863c85 feat: update environment variable handling for BASE_URL and NEXT_PUBLIC_BASE_URL across Docker and application files 2025-10-20 16:39:59 +02:00
699579b432 feat: update environment variable handling and dependencies
- Added @t3-oss/env-nextjs for improved environment variable management.
- Updated zod to version 4.1.12 for enhanced validation capabilities.
- Upgraded jiti to version 2.6.1 for better module loading.
- Refactored environment variable imports from env.mjs to env.ts.
- Removed deprecated env.mjs file and replaced it with a new env.ts file using @t3-oss/env-nextjs.
- Adjusted various components and API routes to utilize the new environment variable structure.
- Updated next.config.js to support the new environment variable management.
- Modified Docker configuration to align with new BASE_URL handling.
2025-10-20 16:22:20 +02:00
07767dd51b fix: update environment variable handling and add baseUrl prop to email components for improved functionality 2025-10-20 12:33:49 +02:00
47d5a01275 feat: add pull_policy to db, backend, and web services for consistent image pulling 2025-10-16 18:09:51 +02:00
c5821ad9c1 feat: add deployment workflow and Docker Compose configuration for services 2025-10-16 16:30:01 +02:00