From 52508bbbfea7eceafad33789d446f09db0cdb522 Mon Sep 17 00:00:00 2001 From: Icy <185012025+ic4l4s9c@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:53:19 +0300 Subject: [PATCH] chore: update pipelines service to mount persistent volume to directory specified with HARBOR_PIPELINES_DIR env variable --- compose.pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.pipelines.yml b/compose.pipelines.yml index 27b47a7..654a253 100644 --- a/compose.pipelines.yml +++ b/compose.pipelines.yml @@ -6,7 +6,7 @@ services: - ./.env - ./pipelines/override.env volumes: - - ./pipelines/default:/app/pipelines + - ./pipelines/persistent:${HARBOR_PIPELINES_DIR} entrypoint: [ "/bin/bash", "/app/start.sh" ] # NOTE: Currently pipelines doesn't have an `/health` endpoint and logs requests to `/`. # Consider disabling healthcheck if you need clear logs.