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.