Commit Graph

3 Commits

Author SHA1 Message Date
Aaron Yordanyan e8fc6d4fa7 Add experimental Docker support and update configuration handling
- Introduced `DOCKER.md` with detailed setup instructions and limitations.
- Enhanced `compose.yaml` with dynamic port and environment variable support.
- Updated `agent.py` to detect Docker environments and disable GUI features.
- Modified configuration paths to support both Docker and non-Docker setups.
- Marked Docker support as experimental in the documentation.
2025-06-09 10:09:30 +04:00
Aaron Yordanyan d9d40e89b5 Expose necessary ports and update host configuration for Dockerized services 2025-06-06 17:37:05 +04:00
Aaron Yordanyan 9026ec5ef2 Add Docker support with GitHub Actions workflow and updated configurations
- Introduced `.github/workflows/docker.yml` for building and pushing Docker images.
- Updated `Dockerfile` to split stages for `base`, `development`, and `production`.
- Added `compose.yaml` for Docker Compose setups.
- Enhanced `README.md` with Docker usage instructions.
2025-06-06 17:15:16 +04:00