ohif-viewer/docker/Nginx/docker-compose-publicserver.yml
2019-05-09 13:31:42 -04:00

14 lines
247 B
YAML

version: '3.5'
services:
viewer:
container_name: ohif-viewer
build:
context: ../
dockerfile: Dockerfile
ports:
- '80:80'
environment:
- NODE_ENV=production
- REACT_APP_CONFIG=config/public_dicomweb