Julien Froidefond
|
7c0b3bc848
|
Add database migration command to entrypoint script: Include 'pnpm dlx prisma db push' to ensure database schema is updated during container startup, enhancing deployment reliability.
Deploy with Docker Compose / deploy (push) Successful in 12s
|
2025-12-16 17:01:53 +01:00 |
|
Julien Froidefond
|
633245c1f1
|
Update Dockerfile to improve database handling and entrypoint script: Change DATABASE_URL for build environment, streamline Prisma commands, and implement a custom entrypoint script for better migration management and application startup.
Deploy with Docker Compose / deploy (push) Successful in 6m25s
|
2025-12-15 22:01:58 +01:00 |
|
Julien Froidefond
|
e4b0907801
|
Update Dockerfile to streamline database handling and remove entrypoint script: Change DATABASE_URL for development environment, enhance Prisma commands for migration and database push, and eliminate the custom entrypoint script for simplified application startup.
|
2025-12-15 21:18:20 +01:00 |
|
Julien Froidefond
|
9b9cc3885a
|
Enhance entrypoint script for migration handling: Improve error resolution process by adding direct database updates for missing migration files, and refine output messages for clarity during deployment.
Deploy with Docker Compose / deploy (push) Successful in 3m6s
|
2025-12-15 17:58:40 +01:00 |
|
Julien Froidefond
|
5e179fb97a
|
Enhance Dockerfile by adding scripts directory and updating entrypoint script: Copy scripts to the container and set permissions for the new entrypoint script, improving application startup and migration handling.
Deploy with Docker Compose / deploy (push) Successful in 2m58s
|
2025-12-15 17:41:32 +01:00 |
|
Julien Froidefond
|
d9555a5d49
|
Refactor Dockerfile to improve Prisma Client generation and migration handling: Replace direct Prisma command with pnpm dlx for better execution, and modify entrypoint script to allow migration failures without stopping the application.
Deploy with Docker Compose / deploy (push) Successful in 10s
|
2025-12-15 17:38:27 +01:00 |
|
Julien Froidefond
|
83aa54ff44
|
Update Dockerfile to streamline Prisma Client generation and migration process: Change DATABASE_URL for build environment, enhance entrypoint script with migration handling, and ensure only production dependencies are installed.
Deploy with Docker Compose / deploy (push) Failing after 1m34s
|
2025-12-15 17:35:10 +01:00 |
|
Julien Froidefond
|
d08f6f6a9c
|
Update environment paths in .env and Dockerfile: Change PRISMA_DATA_PATH and UPLOADS_PATH for consistency with new directory structure. Adjust DATABASE_URL in Dockerfile to point to the correct database location and ensure Prisma Client generation and migration deployment are included in the build process.
Deploy with Docker Compose / deploy (push) Successful in 2m30s
|
2025-12-15 16:29:29 +01:00 |
|
Julien Froidefond
|
b1925cd904
|
Optimize Dockerfile for dependency installation: Implement caching for pnpm store during installation to improve build performance and efficiency in both development and production stages.
Deploy with Docker Compose / deploy (push) Successful in 4m8s
|
2025-12-13 12:10:23 +01:00 |
|
Julien Froidefond
|
dbe5e1e9cc
|
Update environment and Docker configuration: Add PRISMA_DATA_PATH and UPLOADS_PATH to .env, modify docker-compose.yml to ensure correct volume mapping for uploads, and enhance Dockerfile to streamline file copying and directory creation for uploads.
Deploy with Docker Compose / deploy (push) Successful in 6m22s
|
2025-12-12 11:16:49 +01:00 |
|
Julien Froidefond
|
ae08ed7793
|
Enhance image upload and background management: Update Docker configuration to create a dedicated backgrounds directory for uploaded images, modify API routes to handle background images specifically, and improve README documentation to reflect these changes. Additionally, refactor components to utilize the new Avatar component for consistent avatar rendering across the application.
Deploy with Docker Compose / deploy (push) Failing after 33s
|
2025-12-12 08:46:31 +01:00 |
|
Julien Froidefond
|
09a3f6a106
|
Update Docker configuration to persist uploaded images: Modify docker-compose.yml to include a volume for uploaded images, enhance Dockerfile to create the uploads directory, and update README to document the new uploads path configuration.
Deploy with Docker Compose / deploy (push) Has been cancelled
|
2025-12-12 08:13:40 +01:00 |
|
Julien Froidefond
|
53e5e7de3c
|
Update Docker configuration: Modify docker-compose.yml to change DATABASE_URL and volume paths for SQLite database. Refactor Dockerfile to streamline build process, set up entrypoint script, and ensure proper permissions. Update package.json to include built dependencies for Prisma. Adjust deploy.yml to comment out deployment triggers for clarity.
|
2025-12-10 15:45:48 +01:00 |
|
Julien Froidefond
|
66237458ec
|
Update Next.js configuration and enhance dynamic rendering: Set output to 'standalone' in next.config.js for improved deployment. Implement 'force-dynamic' rendering in multiple pages (Home, Admin, Events, Leaderboard) to ensure fresh data retrieval on each request.
|
2025-12-10 11:26:11 +01:00 |
|