From 343056ec628f9b4a7172b16ae2da11197dbe11d0 Mon Sep 17 00:00:00 2001 From: Bashir Sadjad Date: Tue, 6 Jun 2023 20:14:04 -0400 Subject: [PATCH] Added a minor docker compose comment for skipping the build (#739) --- docker/compose-controller-spark-sql-single.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/compose-controller-spark-sql-single.yaml b/docker/compose-controller-spark-sql-single.yaml index c89f65e0e..b7db3faed 100644 --- a/docker/compose-controller-spark-sql-single.yaml +++ b/docker/compose-controller-spark-sql-single.yaml @@ -54,6 +54,8 @@ services: # to force a build use `--build` option of `docker-compose up`. build: context: .. + # To use a released image instead, replace the above two lines with this: + # image: us-docker.pkg.dev/cloud-build-fhir/fhir-analytics/main:latest container_name: pipeline-controller volumes: - ${PIPELINE_CONFIG}:/app/config:ro