From 5a9a2977c6883dc168bdffb444961f6c9877c5df Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Mon, 16 Feb 2026 11:08:41 -0500 Subject: [PATCH] adding build of whole image to compose --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 7f04505..8df9cb1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,7 @@ services: + main: + build: . + container_name: pluralflux postgres: image: postgres:latest container_name: pluralflux-postgres