From a3428542e7c5ead07635593d1f30e108a974332e Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Thu, 1 Jun 2023 21:54:00 +0200 Subject: [PATCH] Update --- deploy/egommerce-stack.yml | 6 +++--- .../{nginx-vhost.dev-example.conf => nginx-vhost.dev.conf} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename deploy/{nginx-vhost.dev-example.conf => nginx-vhost.dev.conf} (100%) diff --git a/deploy/egommerce-stack.yml b/deploy/egommerce-stack.yml index a4a1967..4842625 100644 --- a/deploy/egommerce-stack.yml +++ b/deploy/egommerce-stack.yml @@ -161,8 +161,8 @@ services: - ./db_migrations/basket-svc:/migrations networks: - basket-svc-network - - order-svc-network - - pricing-svc-network + # - order-svc-network + # - pricing-svc-network - api-gateway-network - api-registry-network - api-eventbus-network @@ -244,7 +244,7 @@ services: - EVENTBUS_URL networks: - basket-worker-network - - pricing-svc-network + # - pricing-svc-network - api-gateway-network - api-registry-network - api-eventbus-network diff --git a/deploy/nginx-vhost.dev-example.conf b/deploy/nginx-vhost.dev.conf similarity index 100% rename from deploy/nginx-vhost.dev-example.conf rename to deploy/nginx-vhost.dev.conf