chore: pin docker images to tags
docker-compose config --resolve-image-digests
gives us the tags currently used. This commit updates the config to pin the images to these precise tags. The postgres image config has been updated to use trust
auth method.