We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f30c6 commit 860b6cdCopy full SHA for 860b6cd
1 file changed
compose.yml
@@ -79,7 +79,8 @@ services:
79
- pacs-storage:/var/lib/pacs/storage
80
- pacs-db:/var/lib/pacs
81
environment:
82
- - CLOUD_API_ENDPOINT=${CLOUD_API_ENDPOINT:-http://host.docker.internal:8000/api/dicom/upload/}
+ - CLOUD_API_ENDPOINT=${CLOUD_API_ENDPOINT:-http://host.docker.internal:8000/api/v1/dicom}
83
+ - CLOUD_API_TOKEN=${CLOUD_API_TOKEN:-testtoken}
84
- PACS_DB_PATH=/var/lib/pacs/pacs.db
85
- PACS_STORAGE_PATH=/var/lib/pacs/storage
86
- MWL_DB_PATH=/var/lib/pacs/worklist.db
0 commit comments