Commit Graph

1 Commits

Author SHA1 Message Date
d468ecca74 Add Docker Compose configuration for web, code-interpreter, and Redis services
- Introduced a new `docker-compose.yaml` file to define services for the application.
- Configured the `web` service with environment variables for production and port mapping.
- Added a `code-interpreter` service with its own environment variable and volume setup.
- Included a `redis` service using the Alpine image with persistent volume for data storage.
- Ensured proper dependency management between services.
2025-01-09 09:04:08 +03:00