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: