|
@ -21,7 +21,7 @@ services: |
|
|
image: ${REGISTRY:-eshop}/identity.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/identity.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Services/Identity/Identity.API/Dockerfile |
|
|
|
|
|
|
|
|
dockerfile: Services/Identity/Identity.API/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- sqldata |
|
|
- sqldata |
|
|
|
|
|
|
|
@ -29,7 +29,7 @@ services: |
|
|
image: ${REGISTRY:-eshop}/basket.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/basket.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Services/Basket/Basket.API/Dockerfile |
|
|
|
|
|
|
|
|
dockerfile: Services/Basket/Basket.API/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- basketdata |
|
|
- basketdata |
|
|
- identity-api |
|
|
- identity-api |
|
@ -48,7 +48,7 @@ services: |
|
|
image: ${REGISTRY:-eshop}/ordering.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/ordering.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Services/Ordering/Ordering.API/Dockerfile |
|
|
|
|
|
|
|
|
dockerfile: Services/Ordering/Ordering.API/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- sqldata |
|
|
- sqldata |
|
|
- rabbitmq |
|
|
- rabbitmq |
|
@ -57,7 +57,7 @@ services: |
|
|
image: ${REGISTRY:-eshop}/ordering.backgroundtasks:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/ordering.backgroundtasks:${PLATFORM:-linux}-${TAG:-latest} |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Services/Ordering/Ordering.BackgroundTasks/Dockerfile |
|
|
|
|
|
|
|
|
dockerfile: Services/Ordering/Ordering.BackgroundTasks/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- sqldata |
|
|
- sqldata |
|
|
- rabbitmq |
|
|
- rabbitmq |
|
@ -66,7 +66,7 @@ services: |
|
|
image: ${REGISTRY:-eshop}/marketing.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/marketing.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Services/Marketing/Marketing.API/Dockerfile |
|
|
|
|
|
|
|
|
dockerfile: Services/Marketing/Marketing.API/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- sqldata |
|
|
- sqldata |
|
|
- nosqldata |
|
|
- nosqldata |
|
@ -79,7 +79,7 @@ services: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Services/Payment/Payment.API/Dockerfile |
|
|
dockerfile: Services/Payment/Payment.API/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- rabbitmq |
|
|
|
|
|
|
|
|
- rabbitmq |
|
|
|
|
|
|
|
|
locations-api: |
|
|
locations-api: |
|
|
image: ${REGISTRY:-eshop}/locations.api:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/locations.api:${PLATFORM:-linux}-${TAG:-latest} |
|
@ -96,7 +96,7 @@ services: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Services/Webhooks/Webhooks.API/Dockerfile |
|
|
dockerfile: Services/Webhooks/Webhooks.API/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- sqldata |
|
|
|
|
|
|
|
|
- sqldata |
|
|
|
|
|
|
|
|
mobileshoppingapigw: |
|
|
mobileshoppingapigw: |
|
|
image: envoyproxy/envoy:v1.11.1 |
|
|
image: envoyproxy/envoy:v1.11.1 |
|
@ -159,7 +159,7 @@ services: |
|
|
image: ${REGISTRY:-eshop}/webspa:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/webspa:${PLATFORM:-linux}-${TAG:-latest} |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Web/WebSPA/Dockerfile |
|
|
|
|
|
|
|
|
dockerfile: Web/WebSPA/Dockerfile |
|
|
args: |
|
|
args: |
|
|
NODE_IMAGE: ${NODE_IMAGE:-node:8.11} |
|
|
NODE_IMAGE: ${NODE_IMAGE:-node:8.11} |
|
|
# depends_on: |
|
|
# depends_on: |
|
@ -171,7 +171,7 @@ services: |
|
|
image: ${REGISTRY:-eshop}/webmvc:${PLATFORM:-linux}-${TAG:-latest} |
|
|
image: ${REGISTRY:-eshop}/webmvc:${PLATFORM:-linux}-${TAG:-latest} |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Web/WebMVC/Dockerfile |
|
|
|
|
|
|
|
|
dockerfile: Web/WebMVC/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- webshoppingagg |
|
|
- webshoppingagg |
|
|
- webshoppingapigw |
|
|
- webshoppingapigw |
|
@ -183,7 +183,7 @@ services: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Web/WebhookClient/Dockerfile |
|
|
dockerfile: Web/WebhookClient/Dockerfile |
|
|
depends_on: |
|
|
depends_on: |
|
|
- webhooks-api |
|
|
|
|
|
|
|
|
- webhooks-api |
|
|
|
|
|
|
|
|
webshoppingapigw: |
|
|
webshoppingapigw: |
|
|
image: envoyproxy/envoy:v1.11.1 |
|
|
image: envoyproxy/envoy:v1.11.1 |
|
|