2019-04-24 14:00:03 +02:00
|
|
|
version: '3.5'
|
|
|
|
|
|
|
|
|
|
services:
|
2019-04-24 14:16:08 +02:00
|
|
|
viewer:
|
2019-04-24 14:00:03 +02:00
|
|
|
container_name: ohif-viewer
|
2019-04-24 14:16:08 +02:00
|
|
|
build:
|
|
|
|
|
context: ../
|
|
|
|
|
dockerfile: Dockerfile
|
2019-04-24 14:00:03 +02:00
|
|
|
ports:
|
|
|
|
|
- '80:80'
|
|
|
|
|
environment:
|
2019-04-26 22:07:25 +02:00
|
|
|
- NODE_ENV=production
|
2019-04-30 15:33:47 +02:00
|
|
|
- REACT_APP_CONFIG=config/public_dicomweb
|