Skip to main content

Building Docker Containers

Common parameters can be changed in the Docker Compose files. Any code changes, including prompt changes, will require rebuilding the Docker containers. Rebuild the containers with:

docker build -f Containerfile -t docker.io/trustgraph/trustgraph-flow:<latest-version-here> .
tip

When building the containers, match the version number of trustgraph-flow with the version number in the corresponding YAML file. If a Docker image with that version number already exists, it can be a good idea to delete it before building the new containers.

Once the new containers have been built, launch them with the desired Docker Compose file.