Julien Froidefond
|
d6a1e21e9f
|
Update Docker configuration for Prisma migrations: Comment out migrations volume in docker-compose.yml for production use, and add checks in Dockerfile to verify the presence of migrations during build and entrypoint execution.
Deploy with Docker Compose / deploy (push) Successful in 14s
|
2025-12-19 08:40:18 +01:00 |
|
Julien Froidefond
|
cb02b494f4
|
Update environment configuration for PostgreSQL: Add new environment variables for NextAuth and PostgreSQL settings in .env file, update docker-compose.yml to utilize these variables, and enhance README documentation for environment setup. Ensure DATABASE_URL is constructed dynamically if not defined.
|
2025-12-17 13:15:40 +01:00 |
|
Julien Froidefond
|
5875813f2f
|
Refactor Docker configuration for PostgreSQL migration: Remove SQLite volume from docker-compose.yml, update Dockerfile to eliminate SQLite dependencies, and adjust README files to reflect PostgreSQL setup. Delete migration script and related documentation as part of the transition to PostgreSQL.
Deploy with Docker Compose / deploy (push) Failing after 2m25s
|
2025-12-17 12:29:13 +01:00 |
|
Julien Froidefond
|
8ad09ab9c8
|
Implement PostgreSQL support and update database configuration: Migrate from SQLite to PostgreSQL by updating the Prisma schema, Docker configuration, and environment variables. Add PostgreSQL dependencies and adjust the database connection logic in the application. Enhance .gitignore to exclude PostgreSQL-related files and directories.
Deploy with Docker Compose / deploy (push) Has been cancelled
|
2025-12-17 11:41:32 +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
|
bbdb7d6ad2
|
Update NEXTAUTH_URL in docker-compose.yml to support environment variable fallback, enhancing configuration flexibility.
Deploy with Docker Compose / deploy (push) Successful in 17s
|
2025-12-11 13:39:18 +01:00 |
|
Julien Froidefond
|
8c17ed44e3
|
Add label to Docker service: Disable Watchtower updates for the app service in docker-compose.yml to prevent automatic container updates during runtime.
Deploy with Docker Compose / deploy (push) Successful in 10s
|
2025-12-11 12:08:13 +01:00 |
|
Julien Froidefond
|
9b40210b36
|
Update docker-compose.yml and deploy.yml: Modify volume path to use an environment variable for data persistence and update deployment workflow to reference secrets for environment variables, enhancing flexibility and security.
|
2025-12-11 11:11:44 +01:00 |
|
Julien Froidefond
|
23ca6345de
|
Update Docker configuration and deployment workflow: Change volume path in docker-compose.yml to use an external USB drive for data persistence. Adjust deploy.yml to uncomment deployment triggers for clarity and streamline the deployment process.
Deploy with Docker Compose / deploy (push) Successful in 7s
|
2025-12-11 07:53:57 +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
|
1152389785
|
Rename 'app' service to 'got-app' in docker-compose.yml for clarity and consistency. Remove 'docker info' step from deploy.yml to streamline the deployment workflow.
Deploy with Docker Compose / deploy (push) Failing after 2m55s
|
2025-12-10 14:15:32 +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 |
|