From 1311b0557a245765282a4525ae78595dedccf07e Mon Sep 17 00:00:00 2001 From: Leopere Date: Fri, 4 Apr 2025 19:53:13 -0400 Subject: [PATCH] fix: remove quotes from networks.traefik.external boolean value --- stack.production.yml | 2 +- stack.staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 7f46311..d357d52 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -1,7 +1,7 @@ # build 0 networks: traefik: - external: "true" + external: true services: n8n: diff --git a/stack.staging.yml b/stack.staging.yml index 0e3c0fa..25a99e4 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -1,6 +1,6 @@ networks: traefik: - external: "true" + external: true default: services: