OpenCut/apps
google-labs-jules[bot] 21bdfb4e14 feat: Add Docker configuration for local development
This commit introduces Docker support for the OpenCut application.

- Adds a `Dockerfile` for the `apps/web` Next.js application, using a multi-stage build with `bun`.
- Updates `docker-compose.yaml` to include the `web` service, along with existing `db` (PostgreSQL) and `redis` services.
- Configures dependencies between services and sets up environment variables.
- Creates an `apps/web/.env` file based on the example, tailored for the Docker environment.

These changes allow developers to easily set up and run the entire application stack using Docker Compose.
2025-06-23 16:15:46 +00:00
..
web feat: Add Docker configuration for local development 2025-06-23 16:15:46 +00:00