更新阿里云配置
This commit is contained in:
parent
caffb9679c
commit
125410eb23
|
@ -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
|
|
@ -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>
|
|
@ -0,0 +1,6 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<settings>
|
||||||
|
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||||
|
<version value="1.0" />
|
||||||
|
</settings>
|
||||||
|
</component>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue