From a1e41564adafa213a9828692cf99c602337879c8 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Thu, 29 Jan 2026 19:53:23 +0100 Subject: [PATCH] add autoheal labels --- compose.override.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 compose.override.yaml diff --git a/compose.override.yaml b/compose.override.yaml new file mode 100644 index 0000000..1bff6ab --- /dev/null +++ b/compose.override.yaml @@ -0,0 +1,28 @@ +services: + dagster-code-backup: + labels: + - autoheal=true + dagster-code-other: + labels: + - autoheal=true + dagster-code-tesla: + labels: + - autoheal=true + dagster-code-vinyl: + labels: + - autoheal=true + dagster-postgres: + labels: + - autoheal=true + dagster-dagit: + labels: + - autoheal=true + dagster-code-stocks: + labels: + - autoheal=true + dagster-code-weather: + labels: + - autoheal=true + dagster-daemon: + labels: + - autoheal=true