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: .