From f1045c1863de6e75e32f6d0de3e2ff44aa9c8786 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 26 Oct 2022 14:43:02 -0400 Subject: [PATCH] Add traefik.enable=true to hack around abra linting --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index c32a0ac..40d5514 100644 --- a/compose.yml +++ b/compose.yml @@ -11,3 +11,5 @@ services: deploy: labels: - coop-cloud.${STACK_NAME}.app.version=1.9.0-b39a76c4 + labels: + - "traefik.enable=true"