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