From 7dbdb8f03e5a1cead0374f7d4a2579a4cfd9bc74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:00:21 +0000 Subject: [PATCH] Update prefecthq/prefect Docker tag to v3.0.10 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1932ed4..b51413d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1147,7 +1147,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.8-python3.11}" + image: "prefecthq/prefect:${PREFECT_VERSION:-3.0.10-python3.11}" volumes: - "./data/prefect/flows:/root/flows" - "./data/prefect/start_flows.sh:/opt/prefect/app/start_flows.sh" @@ -1163,7 +1163,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.8-python3.11}" + image: "prefecthq/prefect:${PREFECT_VERSION:-3.0.10-python3.11}" ports: - "4200:4200" restart: always