Closed HasithDeAlwis closed 2 months ago
Name | Link |
---|---|
Latest commit | 8d18a23e415d776e886e5e6a80df19f1731ff4dd |
Latest deploy log | https://app.netlify.com/sites/hasith/deploys/66efa9e61b987f0008009f72 |
This pull request focuses on dockerizing the website and payload server. It introduces Docker configurations for development, production, and deployment environments. The changes include updating dependencies, modifying the payload configuration, adding database migrations, and creating Docker Compose files for different environments.
Change | Details | Files |
---|---|---|
Updated dependencies and configurations |
|
pnpm-lock.yaml apps/payload/src/payload.config.ts |
Added database migrations |
|
apps/payload/src/migrations/20240921_150311.json apps/payload/src/migrations/20240921_150311.ts |
Created Docker Compose configurations for different environments |
|
docker-compose.prod.yml docker-compose.deploy.yml docker-compose.dev.yml |
Summary by Sourcery
Dockerize the website and payload server by adding Docker Compose configurations for different environments and implementing database migrations for the payload server.
New Features:
Enhancements:
Deployment: