Project Filter for Workflows

@Morphyum That seems like a good thing to have, thank you …

@Anono_Nono In your docker file, use version number on the image tag.
Look for

    image: openiap/openflow

this is the same as

    image: openiap/openflow:latest

you can change that to

    image: openiap/openflow:edge

and then run

docker compose pull
docker compose up -d

or this,if your using the batch files

normal-pull
normal-up

to get the latest build. ( just be aware, this may have debug information, it may have bugs and so on, so use at your own risk )

1 Like