add: dockerizing

This commit is contained in:
mario
2025-05-17 14:53:58 +07:00
parent 970f22cd4a
commit ab4604d4d8
20 changed files with 10435 additions and 18 deletions

View File

@@ -1,13 +1,13 @@
{
"source": {
"aet": "DICOM_SAS",
"ip": "192.168.2.4",
"aet": "MARIO",
"ip": "localhost",
"port": 21112
},
"peers": [
{
"aet": "ABPACS",
"ip": "192.168.2.8",
"ip": "152.42.173.210",
"port": 11112
}
],
@@ -17,7 +17,7 @@
"logDir": "./logs",
"storagePath": "./data",
"cacheRetentionMinutes": 60,
"webserverPort": 5050,
"webserverPort": 5000,
"useCget": true,
"useFetchLevel": "SERIES",
"maxAssociations": 4,