12 lines
205 B
YAML
12 lines
205 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
ohif-proxy:
|
|
build: .
|
|
ports:
|
|
- "5555:5555"
|
|
volumes:
|
|
- ./config:/app/config
|
|
- ./credentials:/app/credentials
|
|
environment:
|
|
- LOG_LEVEL=debug |