From e34b2e4a8ca307ce0d311f2a7be57cab2a677602 Mon Sep 17 00:00:00 2001 From: Carter Socha <43380952+cartersocha@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:51:39 -0700 Subject: [PATCH] hotfix to comment out caching for now (#350) --- docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3c9bd42bbc..80445cbddf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -98,10 +98,10 @@ services: build: context: ./ dockerfile: ./src/checkoutservice/Dockerfile - cache_from: - - ${IMAGE_NAME}:${IMAGE_VERSION}-checkoutservice - cache_to: - - inline # see https://github.com/moby/buildkit#export-cache + #cache_from: + # - ${IMAGE_NAME}:${IMAGE_VERSION}-checkoutservice + #cache_to: + # - inline # see https://github.com/moby/buildkit#export-cache ports: - "${CHECKOUT_SERVICE_PORT}" environment: @@ -325,10 +325,10 @@ services: build: context: ./ dockerfile: ./src/shippingservice/Dockerfile - cache_from: - - ${IMAGE_NAME}:${IMAGE_VERSION}-shippingservice - cache_to: - - inline # see https://github.com/moby/buildkit#export-cache + #cache_from: + # - ${IMAGE_NAME}:${IMAGE_VERSION}-shippingservice + #cache_to: + # - inline # see https://github.com/moby/buildkit#export-cache ports: - "${SHIPPING_SERVICE_PORT}" environment: