diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index 97917d1..10edf3d 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -177,6 +177,10 @@ client-resources: For containerized applications, you can define blueprints using Docker labels. + +Blueprints will **continuously apply** from changes in the docker stack, newt restarting, or when viewing the resource in the dashboard. + + ### Enabling Docker Socket Access To use Docker labels, enable the Docker socket when running Newt: @@ -193,6 +197,10 @@ DOCKER_SOCKET=/var/run/docker.sock ### Docker Compose Example + +The compose file will be the source of truth, any edits through the resources dashboard will be **overwritten** by the blueprint labels defined in the compose stack. + + ```yaml services: newt: