Skip to content

Instantly share code, notes, and snippets.

@Pablohn26
Last active March 23, 2022 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pablohn26/940a486845f730c0851d72c1551b3ebd to your computer and use it in GitHub Desktop.
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)
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