OpenCut/apps/web
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
..
migrations feat: add waitlist table and migration for tracking user signups 2025-06-23 16:44:07 +02:00
public feat: initial DnD and ffmpeg install 2025-06-23 10:33:03 +03:00
src Merge pull request #15 from StarKnightt/feature/speed-control 2025-06-23 17:53:13 +03:00
.env.example chore(env): update Next Auth vars to Better Auth 2025-06-23 15:51:49 +07:00
Dockerfile feat: Add Docker configuration for local development 2025-06-23 16:15:46 +00:00
bun.lock feat: initial DnD and ffmpeg install 2025-06-23 10:33:03 +03:00
components.json Initial commit 2025-06-22 10:02:50 +02:00
drizzle.config.ts so much stuff??? 2025-06-22 13:07:02 +02:00
netlify.toml feat: add redirect from appcut to opencut in Netlify configuration 2025-06-23 16:25:06 +02:00
next.config.ts Initial commit 2025-06-22 10:02:50 +02:00
package-lock.json enabled-clip-selection 2025-06-23 20:05:49 +05:30
package.json fix: mentions of npm 2025-06-23 13:39:38 +03:00
postcss.config.mjs Initial commit 2025-06-22 10:02:50 +02:00
tailwind.config.ts so much stuff??? 2025-06-22 13:07:02 +02:00
tsconfig.json format tsconfig 2025-06-22 10:05:01 +02:00