From bf3c51858cc3062019b6c4eedd552403354f16e0 Mon Sep 17 00:00:00 2001 From: David Pietrocola Date: Sat, 14 Sep 2024 12:49:22 -0400 Subject: [PATCH] test: defang --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 54040e19..c46e67f4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,6 +5,8 @@ services: build: context: ./web dockerfile: Dockerfile + args: + NEXT_PUBLIC_CONVEX_URL: https://rare-perch-160.convex.cloud ports: - target: 3000 mode: ingress