diff --git a/script/docker/.env b/script/docker/app/.env similarity index 100% rename from script/docker/.env rename to script/docker/app/.env diff --git a/script/docker/deploy.sh b/script/docker/app/deploy.sh similarity index 100% rename from script/docker/deploy.sh rename to script/docker/app/deploy.sh diff --git a/script/docker/docker-compose.yml b/script/docker/app/docker-compose.yml similarity index 100% rename from script/docker/docker-compose.yml rename to script/docker/app/docker-compose.yml diff --git a/script/docker/nacos/init.d/custom.properties b/script/docker/app/nacos/init.d/custom.properties similarity index 100% rename from script/docker/nacos/init.d/custom.properties rename to script/docker/app/nacos/init.d/custom.properties diff --git a/script/docker/nginx/api/nginx.conf b/script/docker/app/nginx/api/nginx.conf similarity index 100% rename from script/docker/nginx/api/nginx.conf rename to script/docker/app/nginx/api/nginx.conf diff --git a/script/docker/nginx/web/html/index.html b/script/docker/app/nginx/web/html/index.html similarity index 100% rename from script/docker/nginx/web/html/index.html rename to script/docker/app/nginx/web/html/index.html diff --git a/script/docker/nginx/web/nginx.conf b/script/docker/app/nginx/web/nginx.conf similarity index 100% rename from script/docker/nginx/web/nginx.conf rename to script/docker/app/nginx/web/nginx.conf diff --git a/script/docker/elk/elk-deploy.sh b/script/docker/elk/deploy.sh similarity index 100% rename from script/docker/elk/elk-deploy.sh rename to script/docker/elk/deploy.sh diff --git a/script/docker/elk/elk-undeploy.sh b/script/docker/elk/undeploy.sh similarity index 100% rename from script/docker/elk/elk-undeploy.sh rename to script/docker/elk/undeploy.sh diff --git a/script/service.cmd b/script/fatjar/service.cmd similarity index 100% rename from script/service.cmd rename to script/fatjar/service.cmd diff --git a/script/service.sh b/script/fatjar/service.sh similarity index 100% rename from script/service.sh rename to script/fatjar/service.sh