From 125410eb239a732630945278ded78b64234d2ec2 Mon Sep 17 00:00:00 2001 From: zhangbo Date: Sat, 13 Apr 2024 11:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=98=BF=E9=87=8C=E4=BA=91?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 17 +++++++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/lepu-test-platform-service.iml | 8 ++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Dockerfile | 2 +- compose/service/docker-compose.yml | 2 +- compose/service/env.sh | 2 +- src/main/resources/application-prod.yml | 2 +- 11 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/lepu-test-platform-service.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..ebefefd --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/lepu-test-platform-service.iml b/.idea/lepu-test-platform-service.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/lepu-test-platform-service.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d1e22ec --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0ecb44b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index b00eca6..1ccc7b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -#FROM 192.168.16.17/library/jjdk:1.8.0 +#FROM 8.140.205.154/library/jjdk:1.8.0 FROM openjdk:8-jre-slim MAINTAINER zhangbo VOLUME /tmp diff --git a/compose/service/docker-compose.yml b/compose/service/docker-compose.yml index 9acfa9a..90ffe58 100644 --- a/compose/service/docker-compose.yml +++ b/compose/service/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: testplatform_service: # image: 192.168.31.11/library/lepu-test-platform-service:${branch} - image: 180.76.106.6:18081/library/lepu-test-platform-service:${branch} + image: 8.140.205.154:18081/library/lepu-test-platform-service:${branch} container_name: testplatform_service ports: - "19527:9527" diff --git a/compose/service/env.sh b/compose/service/env.sh index ea3b014..48d9370 100644 --- a/compose/service/env.sh +++ b/compose/service/env.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash export SERVICE_DIR=/application/app export SERVICE1_VERSION=${branch} -export HOST_IP_ADDR=180.76.106.6 \ No newline at end of file +export HOST_IP_ADDR=8.140.205.154 \ No newline at end of file diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 4191631..7a1299a 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -1,5 +1,5 @@ server: - ipPort: 180.76.106.6:19527 + ipPort: 8.140.205.154:19527 port: 9527 servlet: session: