2017-10-08 13:24:32 -07:00
|
|
|
version: '3'
|
2017-05-08 10:48:06 +02:00
|
|
|
|
2016-09-14 08:35:34 -07:00
|
|
|
services:
|
2017-05-08 10:48:06 +02:00
|
|
|
|
2016-12-07 13:57:31 +01:00
|
|
|
basket.api:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/basket.api:${TAG:-latest}
|
2017-05-19 19:32:42 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Services/Basket/Basket.API/Dockerfile
|
2016-12-07 13:57:31 +01:00
|
|
|
depends_on:
|
|
|
|
- basket.data
|
2017-02-14 18:11:51 +01:00
|
|
|
- identity.api
|
2017-07-12 12:10:10 +02:00
|
|
|
- rabbitmq
|
2016-12-07 13:57:31 +01:00
|
|
|
|
2016-09-14 08:35:34 -07:00
|
|
|
catalog.api:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/catalog.api:${TAG:-latest}
|
2017-05-19 19:32:42 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Services/Catalog/Catalog.API/Dockerfile
|
2016-09-14 08:35:34 -07:00
|
|
|
depends_on:
|
2016-12-17 14:41:16 +01:00
|
|
|
- sql.data
|
2017-03-09 15:56:34 +01:00
|
|
|
- rabbitmq
|
2016-09-14 21:37:48 -07:00
|
|
|
|
2017-02-14 18:11:51 +01:00
|
|
|
identity.api:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/identity.api:${TAG:-latest}
|
2017-05-19 19:32:42 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Services/Identity/Identity.API/Dockerfile
|
2016-12-19 10:20:02 +01:00
|
|
|
depends_on:
|
|
|
|
- sql.data
|
2016-10-05 17:04:35 -07:00
|
|
|
|
2017-02-14 18:11:51 +01:00
|
|
|
ordering.api:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/ordering.api:${TAG:-latest}
|
2017-05-19 19:32:42 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Services/Ordering/Ordering.API/Dockerfile
|
2016-12-15 14:35:35 -08:00
|
|
|
depends_on:
|
2016-12-17 14:41:16 +01:00
|
|
|
- sql.data
|
2017-05-08 10:48:06 +02:00
|
|
|
- rabbitmq
|
2016-12-15 14:35:35 -08:00
|
|
|
|
2017-06-01 10:10:20 +02:00
|
|
|
marketing.api:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/marketing.api:${TAG:-latest}
|
2017-06-01 10:10:20 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Services/Marketing/Marketing.API/Dockerfile
|
2017-06-01 10:10:20 +02:00
|
|
|
depends_on:
|
|
|
|
- sql.data
|
2017-06-13 17:31:37 +02:00
|
|
|
- nosql.data
|
2017-06-01 10:10:20 +02:00
|
|
|
- identity.api
|
2017-06-13 17:31:37 +02:00
|
|
|
- rabbitmq
|
2017-06-01 10:10:20 +02:00
|
|
|
|
2017-02-15 10:44:59 -05:00
|
|
|
webspa:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/webspa:${TAG:-latest}
|
2017-05-19 19:32:42 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Web/WebSPA/Dockerfile
|
2017-02-17 13:26:42 +01:00
|
|
|
depends_on:
|
2017-08-14 13:32:36 -07:00
|
|
|
- catalog.api
|
|
|
|
- ordering.api
|
2017-02-17 13:26:42 +01:00
|
|
|
- identity.api
|
|
|
|
- basket.api
|
2017-08-14 13:32:36 -07:00
|
|
|
- marketing.api
|
2017-02-14 18:11:51 +01:00
|
|
|
|
|
|
|
webmvc:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/webmvc:${TAG:-latest}
|
2017-05-19 19:32:42 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Web/WebMVC/Dockerfile
|
2017-02-14 18:11:51 +01:00
|
|
|
depends_on:
|
2017-02-15 23:12:37 -08:00
|
|
|
- catalog.api
|
|
|
|
- ordering.api
|
2017-02-14 18:11:51 +01:00
|
|
|
- identity.api
|
|
|
|
- basket.api
|
2017-06-15 19:22:47 +02:00
|
|
|
- marketing.api
|
2017-02-14 18:11:51 +01:00
|
|
|
|
2017-03-23 19:10:55 +01:00
|
|
|
webstatus:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/webstatus:${TAG:-latest}
|
2017-05-19 19:32:42 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Web/WebStatus/Dockerfile
|
2017-04-28 15:04:38 +02:00
|
|
|
|
|
|
|
payment.api:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/payment.api:${TAG:-latest}
|
2017-04-28 15:04:38 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Services/Payment/Payment.API/Dockerfile
|
2017-05-16 15:44:21 +02:00
|
|
|
depends_on:
|
2017-06-12 13:52:23 +02:00
|
|
|
- rabbitmq
|
2017-05-30 15:01:58 +02:00
|
|
|
|
|
|
|
locations.api:
|
2017-06-19 19:01:00 +02:00
|
|
|
image: eshop/locations.api:${TAG:-latest}
|
2017-05-30 15:01:58 +02:00
|
|
|
build:
|
2017-11-27 13:48:31 -08:00
|
|
|
context: .
|
|
|
|
dockerfile: ./src/Services/Location/Locations.API/Dockerfile
|
2017-05-30 15:01:58 +02:00
|
|
|
depends_on:
|
2017-06-12 13:52:23 +02:00
|
|
|
- nosql.data
|
2017-06-13 17:31:37 +02:00
|
|
|
- rabbitmq
|
2017-08-14 17:35:56 -07:00
|
|
|
|
|
|
|
sql.data:
|
2017-10-04 13:54:34 -07:00
|
|
|
image: microsoft/mssql-server-linux:2017-latest
|
2017-08-14 17:35:56 -07:00
|
|
|
|
|
|
|
nosql.data:
|
|
|
|
image: mongo
|
|
|
|
|
|
|
|
basket.data:
|
|
|
|
image: redis
|
2017-08-23 14:42:01 +02:00
|
|
|
|
2017-08-14 17:35:56 -07:00
|
|
|
rabbitmq:
|
2017-08-23 14:42:01 +02:00
|
|
|
image: rabbitmq:3-management
|