From 5a7bc90eac1c3514251c33380d8b570297c5af6f Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Thu, 1 Oct 2020 15:18:34 +0200 Subject: [PATCH] name network --- .idea/workspace.xml | 23 +++++++++++------------ docker-compose.yml | 6 ++++++ 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2fb27f1..2eab1e3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -23,8 +23,7 @@ - - + @@ -704,13 +703,13 @@ - + - + diff --git a/docker-compose.yml b/docker-compose.yml index 733a048..351fa8e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: .