ohif-viewer/docker/docker-compose-publicserver.yml

14 lines
247 B
YAML
Raw Normal View History

2019-04-24 14:00:03 +02:00
version: '3.5'
services:
viewer:
2019-04-24 14:00:03 +02:00
container_name: ohif-viewer
build:
context: ../
dockerfile: Dockerfile
2019-04-24 14:00:03 +02:00
ports:
- '80:80'
environment:
- NODE_ENV=production
- REACT_APP_CONFIG=config/public_dicomweb