diff --git a/docker-compose.yaml b/docker-compose.yaml index 4080c1e..b30137e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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:-2.19.5-python3.11}" + image: "prefecthq/prefect:${PREFECT_VERSION:-2.20.8-python3.11}" volumes: - "./data/prefect/flows:/root/flows" - "./data/prefect/start_flows.sh:/opt/prefect/app/start_flows.sh" @@ -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:-2.19.5-python3.11}" + image: "prefecthq/prefect:${PREFECT_VERSION:-2.20.8-python3.11}" ports: - "4200:4200" restart: always