Skip to content

Commit

Permalink
Merge pull request #77 from ic4l4s9c/chore/pipelines-persistent-volum…
Browse files Browse the repository at this point in the history
…e-dir-env

chore: update pipelines service
  • Loading branch information
av authored Nov 9, 2024
2 parents 7022cb3 + 52508bb commit da31fe7
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 da31fe7

Please sign in to comment.