From 193235c09a2fd4068bffd9bf30e77322f05e44ea Mon Sep 17 00:00:00 2001 From: Mathew Lewis Date: Thu, 27 Aug 2026 17:28:59 -0700 Subject: [PATCH] retest-a v2: fresh commit after the signature fix --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0a7155e..2a05d31 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: - "3000:3000" environment: DATABASE_URL: postgres://demo:demo@db:5432/demo - APP_LABEL: "VeilStream demo retest-a" + APP_LABEL: "VeilStream demo retest-a v2" depends_on: db: condition: service_healthy