connected-to-google
This commit is contained in:
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
ohif-proxy:
|
||||
build: .
|
||||
ports:
|
||||
- "5555:5555"
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./credentials:/app/credentials
|
||||
environment:
|
||||
- LOG_LEVEL=debug
|
||||
Reference in New Issue
Block a user