Skip to content

Commit

Permalink
Merge pull request #98 from data-catering/renovate/marquezproject-mar…
Browse files Browse the repository at this point in the history
…quez-0.x

Update marquezproject/marquez Docker tag to v0.49.0
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 371f562 + f136337 commit f9c6b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ services:
entrypoint: /bin/bash
environment:
- "MARQUEZ_URL=http://marquez:5000"
image: "marquezproject/marquez:${MARQUEZ_VERSION:-0.47.0}"
image: "marquezproject/marquez:${MARQUEZ_VERSION:-0.49.0}"
volumes:
- "./data/marquez/init.sh:/tmp/scripts/init.sh"
- "${MARQUEZ_DATA:-./data/marquez/data}:/tmp/data"
Expand All @@ -845,7 +845,7 @@ services:
retries: 3
test: [CMD, curl, --fail, "http://localhost:5001/healthcheck"]
timeout: 5s
image: "marquezproject/marquez:${MARQUEZ_VERSION:-0.47.0}"
image: "marquezproject/marquez:${MARQUEZ_VERSION:-0.49.0}"
ports:
- "5002:5000"
- "5001:5001"
Expand Down

0 comments on commit f9c6b37

Please sign in to comment.