Skip to content

Commit

Permalink
Merge pull request #115 from data-catering/renovate/prefecthq-prefect…
Browse files Browse the repository at this point in the history
…-3.x

Update prefecthq/prefect Docker tag to v3.0.4
  • Loading branch information
pflooky authored Oct 2, 2024
2 parents 494b9d4 + d3996ca commit 7f6c346
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 @@ -1104,7 +1104,7 @@ services:
entrypoint: [/opt/prefect/app/start_flows.sh]
environment:
- "PREFECT_API_URL=http://host.docker.internal:4200/api"
image: "prefecthq/prefect:${PREFECT_VERSION:-3.0.3-python3.11}"
image: "prefecthq/prefect:${PREFECT_VERSION:-3.0.4-python3.11}"
volumes:
- "./data/prefect/flows:/root/flows"
- "./data/prefect/start_flows.sh:/opt/prefect/app/start_flows.sh"
Expand All @@ -1120,7 +1120,7 @@ services:
- "PREFECT_API_URL=http://127.0.0.1:4200/api"
- PREFECT_SERVER_API_HOST=0.0.0.0
- "PREFECT_API_DATABASE_CONNECTION_URL=postgresql+asyncpg://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-postgres}@postgres:5432/prefect"
image: "prefecthq/prefect:${PREFECT_VERSION:-3.0.3-python3.11}"
image: "prefecthq/prefect:${PREFECT_VERSION:-3.0.4-python3.11}"
ports:
- "4200:4200"
restart: always
Expand Down

0 comments on commit 7f6c346

Please sign in to comment.