name network

This commit is contained in:
Szakalakamaka
2020-10-01 15:18:34 +02:00
parent 3ba8fb823e
commit 5a7bc90eac
2 changed files with 17 additions and 12 deletions

23
.idea/workspace.xml generated
View File

@@ -23,8 +23,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/target/classes/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/com/release11/klaus/config/LocalDiscovery.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/release11/klaus/config/LocalDiscovery.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -210,13 +209,6 @@
<option name="presentableId" value="Default" />
<updated>1598862102028</updated>
</task>
<task id="LOCAL-00038" summary="sort buttons for etrack">
<created>1600351822394</created>
<option name="number" value="00038" />
<option name="presentableId" value="LOCAL-00038" />
<option name="project" value="LOCAL" />
<updated>1600351822394</updated>
</task>
<task id="LOCAL-00039" summary="js small fixes">
<created>1600679481427</created>
<option name="number" value="00039" />
@@ -553,7 +545,14 @@
<option name="project" value="LOCAL" />
<updated>1601555784165</updated>
</task>
<option name="localTasksCounter" value="87" />
<task id="LOCAL-00087" summary="name network">
<created>1601556566037</created>
<option name="number" value="00087" />
<option name="presentableId" value="LOCAL-00087" />
<option name="project" value="LOCAL" />
<updated>1601556566037</updated>
</task>
<option name="localTasksCounter" value="88" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -704,13 +703,13 @@
</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="1600868466042" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601465659920">
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601556569231">
<screen x="0" y="0" width="1536" height="824" />
</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="1600350277680" />
<state x="2371" y="183" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1600351824385" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601465659920" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601556569231" />
<state x="478" y="145" width="579" height="592" key="find.popup" timestamp="1599656923861">
<screen x="0" y="0" width="1536" height="824" />
</state>

View File

@@ -3,6 +3,12 @@ services:
redis-server:
image: 'redis'
restart: "no"
klaus-eureka-service:
build: https://phabricator.release11.com/source/mockedservices.git#klaus-eureka-service
container_name: klaus-eureka-service
restart: "no"
ports:
- "8761:8761"
klaus:
build:
context: .