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