Skip to content

Commit 5fd4121

Browse files
Eliminated multiple dockerfiles within the ApiGw-Base as they were not really used as a different image but the same. Also, updated references at the docker-compose.yml file.
1 parent e83f87b commit 5fd4121

4 files changed

Lines changed: 6 additions & 63 deletions

File tree

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,25 +109,25 @@ services:
109109
image: rabbitmq:3-management-alpine
110110

111111
mobileshoppingapigw:
112-
image: eshop/ocelotapigw-ms:${TAG:-latest}
112+
image: eshop/ocelotapigw:${TAG:-latest}
113113
build:
114114
context: .
115115
dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
116116

117117
mobilemarketingapigw:
118-
image: eshop/ocelotapigw-mm:${TAG:-latest}
118+
image: eshop/ocelotapigw:${TAG:-latest}
119119
build:
120120
context: .
121-
dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile2
121+
dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
122122

123123
webshoppingapigw:
124-
image: eshop/ocelotapigw-ws:${TAG:-latest}
124+
image: eshop/ocelotapigw:${TAG:-latest}
125125
build:
126126
context: .
127-
dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile3
127+
dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
128128

129129
webmarketingapigw:
130-
image: eshop/ocelotapigw-wm:${TAG:-latest}
130+
image: eshop/ocelotapigw:${TAG:-latest}
131131
build:
132132
context: .
133133
dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile

src/ApiGateways/ApiGw-Base/Dockerfile2

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/ApiGateways/ApiGw-Base/Dockerfile3

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/ApiGateways/ApiGw-Base/Dockerfile4

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)