更新阿里云配置

This commit is contained in:
zhangbo 2024-04-13 11:33:44 +08:00
parent caffb9679c
commit 125410eb23
11 changed files with 61 additions and 4 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -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

View File

@ -0,0 +1,17 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="1">
<item index="0" class="java.lang.String" itemvalue="pytest" />
</list>
</value>
</option>
</inspection_tool>
<inspection_tool class="ShellCheck" enabled="true" level="ERROR" enabled_by_default="true">
<shellcheck_settings value="SC1089" />
</inspection_tool>
</profile>
</component>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/lepu-test-platform-service.iml" filepath="$PROJECT_DIR$/.idea/lepu-test-platform-service.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -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 FROM openjdk:8-jre-slim
MAINTAINER zhangbo MAINTAINER zhangbo
VOLUME /tmp VOLUME /tmp

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
testplatform_service: testplatform_service:
# image: 192.168.31.11/library/lepu-test-platform-service:${branch} # 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 container_name: testplatform_service
ports: ports:
- "19527:9527" - "19527:9527"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
export SERVICE_DIR=/application/app export SERVICE_DIR=/application/app
export SERVICE1_VERSION=${branch} export SERVICE1_VERSION=${branch}
export HOST_IP_ADDR=180.76.106.6 export HOST_IP_ADDR=8.140.205.154

View File

@ -1,5 +1,5 @@
server: server:
ipPort: 180.76.106.6:19527 ipPort: 8.140.205.154:19527
port: 9527 port: 9527
servlet: servlet:
session: session: