Skip to content

Commit

Permalink
chore: update pipelines service to mount persistent volume to directo…
Browse files Browse the repository at this point in the history
…ry specified with HARBOR_PIPELINES_DIR env variable
  • Loading branch information
ic4l4s9c committed Nov 9, 2024
1 parent 7022cb3 commit 52508bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52508bb

Please sign in to comment.