Last active
March 23, 2022 00:49
-
-
Save Pablohn26/940a486845f730c0851d72c1551b3ebd to your computer and use it in GitHub Desktop.
docker-compose OHIF + dcm4chee v2 https://github.com/qureai/ohif-docker-compose (WIP)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
pacs: | |
image: jodogne/dcm4chee | |
ports: | |
- 8080:8080 | |
- 11112:11112 | |
ohif_viewer: | |
image: ohif/viewer | |
ports: | |
- 3000:80 | |
environment: | |
- APP_CONFIG:/usr/share/nginx/html/app-config.js | |
volumes: | |
- ./nginx_ohif.conf:/etc/nginx/conf.d/default.conf:ro | |
- ./ohif.js:/usr/share/nginx/html/app-config.js:ro | |
- ./logo.png:/usr/share/nginx/html/logo.png:ro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment