api_yearlist_for_bug_image_reg
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
|||||||
dockerfile: Dockerfile-dev
|
dockerfile: Dockerfile-dev
|
||||||
image: kamco-changedetection-api:${IMAGE_TAG:-latest}
|
image: kamco-changedetection-api:${IMAGE_TAG:-latest}
|
||||||
container_name: kamco-changedetection-api
|
container_name: kamco-changedetection-api
|
||||||
|
user: "1000:1000"
|
||||||
ports:
|
ports:
|
||||||
- "7100:8080"
|
- "7100:8080"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ public class FileConfig {
|
|||||||
// private String tmpSyncDir = rootSyncDir + "tmp\\";
|
// private String tmpSyncDir = rootSyncDir + "tmp\\";
|
||||||
|
|
||||||
private String rootSyncDir = "/app/original-images/";
|
private String rootSyncDir = "/app/original-images/";
|
||||||
private String tmpSyncDir = rootSyncDir + "tmp/";
|
private String tmpSyncDir = "/api/tmp/";
|
||||||
|
|
||||||
private String syncFileExt = "tfw,tif";
|
private String syncFileExt = "tfw,tif";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user