updating docker files
This commit is contained in:
26
.idea/workspace.xml
generated
26
.idea/workspace.xml
generated
@@ -281,13 +281,6 @@
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1598862102028</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00076" summary="testing jenkins docker">
|
||||
<created>1601453541752</created>
|
||||
<option name="number" value="00076" />
|
||||
<option name="presentableId" value="LOCAL-00076" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1601453541752</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00077" summary="testing jenkins docker">
|
||||
<created>1601453886631</created>
|
||||
<option name="number" value="00077" />
|
||||
@@ -624,7 +617,14 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1605802506313</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="125" />
|
||||
<task id="LOCAL-00125" summary="updating docker files">
|
||||
<created>1605864205382</created>
|
||||
<option name="number" value="00125" />
|
||||
<option name="presentableId" value="LOCAL-00125" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1605864205382</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="126" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="UnknownFeatures">
|
||||
@@ -644,7 +644,6 @@
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="testing docker - jenkins" />
|
||||
<MESSAGE value="adding logs from the application" />
|
||||
<MESSAGE value="clean before the build" />
|
||||
<MESSAGE value="jenkins - testing remote deploy" />
|
||||
@@ -669,7 +668,8 @@
|
||||
<MESSAGE value="MessageDto instead of String in Event history" />
|
||||
<MESSAGE value="- update README.md - updating Jenkinsfile-PROD" />
|
||||
<MESSAGE value="update Jenkinsfile-PROD" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="update Jenkinsfile-PROD" />
|
||||
<MESSAGE value="updating docker files" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="updating docker files" />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="904" y="236" key="#Notifications" timestamp="1600868491636">
|
||||
@@ -815,12 +815,12 @@
|
||||
</state>
|
||||
<state x="277" y="57" key="SettingsEditor/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600935670743" />
|
||||
<state x="277" y="57" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1601975962923" />
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1605802508378">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state x="2371" y="183" key="Vcs.Push.Dialog.v2" timestamp="1605864218215">
|
||||
<screen x="1920" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="451" y="183" key="Vcs.Push.Dialog.v2/-1920.0.1536.832/0.0.1920.1040@0.0.1920.1040" timestamp="1600275760386" />
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1605802508378" />
|
||||
<state x="2371" y="183" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1604770067322" />
|
||||
<state x="2371" y="183" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1605864218215" />
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1160@0.0.1536.824" timestamp="1604494473937" />
|
||||
<state x="2371" y="204" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1160@1920.0.1920.1160" timestamp="1604499402409" />
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1602145235569" />
|
||||
|
||||
@@ -2,8 +2,6 @@ version: '3'
|
||||
services:
|
||||
redis:
|
||||
image: 'redis'
|
||||
ports:
|
||||
- "6379:6379"
|
||||
restart: "no"
|
||||
klaus:
|
||||
build:
|
||||
|
||||
@@ -2,8 +2,6 @@ version: '3'
|
||||
services:
|
||||
redis:
|
||||
image: 'redis'
|
||||
ports:
|
||||
- "6379:6379"
|
||||
restart: "no"
|
||||
klaus:
|
||||
build:
|
||||
|
||||
@@ -7,7 +7,7 @@ spring:
|
||||
spring:
|
||||
cloud:
|
||||
config:
|
||||
uri: http://s5000xvn.zipper.release11.com:8888
|
||||
uri: http://localhost:8888
|
||||
retry:
|
||||
max-attempts: 20
|
||||
max-interval: 15000
|
||||
|
||||
Reference in New Issue
Block a user