ohif-deploy
v1.0.0使用Docker部署OHIF医学影像查看器,配置DICOMweb数据源、SSL,集成tbidea、Orthanc、DCM4CHEE等服务器。
Installation
Please help me install the skill `ohif-deploy` from SkillHub official store.
npx skills add Sunshine-del-ux/ohif-deploy
OHIF Medical Imaging Viewer Deployment
Deploy OHIF (Open Health Imaging Foundation) viewer with Docker.
Features
- One-click Docker deployment
- DICOMweb data source configuration
- Custom DICOM server integration
- Support for tbidea, orthanc, DCM4CHEE
- SSL/TLS configuration
- Production-ready setup
Usage
# Deploy with default settings
./deploy.sh
# Deploy with custom config
./deploy.sh --datasource tbidea --port 3000
# Deploy with SSL
./deploy.sh --ssl --domain your-domain.com
Configuration
Supports multiple DICOMweb servers: - tbidea (default) - orthanc - DCM4CHEE - AWS S3
Requirements
- Docker
- Docker Compose
- 2GB RAM minimum
Author
Sunshine-del-ux