From 7707e1b1409486f8261e37250ac1294584294e36 Mon Sep 17 00:00:00 2001 From: Deckard Date: Sat, 27 Sep 2025 02:35:05 -0400 Subject: [PATCH] Update Keira3 to use Docker Hub image with web API support Replaces local build with uprightbass360/keira3:latest image that includes: - Frontend Angular app served by nginx - Backend Node.js API service for database operations - Proper web browser compatibility via HTTP API bridge - Resolves database connection issues in containerized web deployment --- acore-unified.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/acore-unified.yml b/acore-unified.yml index 0d59ec2..fca0d41 100644 --- a/acore-unified.yml +++ b/acore-unified.yml @@ -348,11 +348,7 @@ services: # Keira3 Database Editor (Production Ready) ac-keira3: - build: - context: /home/upb/src/Keira3 - dockerfile: Dockerfile - target: production - image: keira3:latest + image: uprightbass360/keira3:latest container_name: ac-keira3 restart: unless-stopped depends_on: