Commit Graph

6 Commits

Author SHA1 Message Date
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
iza 0555d2893d
Update docker-compose.yaml 2025-06-23 13:01:08 +03:00
ShadowArcanist cbe152e83d feat: add healthchecks to docker compose 2025-06-23 14:42:00 +05:30
3raphat 084ec47249 feat: add redis to docker compose 2025-06-23 15:12:34 +07:00
Hyteq e45e7e9f9d fix: old AppCut name references 2025-06-23 10:35:07 +03:00
Hyteq e73e3506fc feat: add docker-compose for local database setup, example .env 2025-06-23 08:52:37 +03:00