From dc2b01ae21c9e68fa7c8441c23e2fd32d91fe958 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:31:44 +0100 Subject: [PATCH] fix: rowan fixes --- compose.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 2cb584d..e590002 100644 --- a/compose.yml +++ b/compose.yml @@ -8,7 +8,9 @@ services: condition: service_started env_file: - .env - image: srizan10/hclive + build: + context: . + dockerfile: apps/web/Dockerfile chat: depends_on: postgres: @@ -17,7 +19,9 @@ services: condition: service_started env_file: - .env - image: srizan10/hclive-chat + build: + context: . + dockerfile: apps/chat/Dockerfile postgres: image: 'postgres:17-alpine' environment: