v0.6.1 - reinstated UI, relay > cortex pipeline working

This commit is contained in:
2025-12-11 16:28:25 -05:00
parent 67b7f9594c
commit 77429ca6e0
9 changed files with 1143 additions and 456 deletions
+15
View File
@@ -97,6 +97,21 @@ services:
networks:
- lyra_net
# ============================================================
# UI Server
# ============================================================
lyra-ui:
image: nginx:alpine
container_name: lyra-ui
restart: unless-stopped
ports:
- "8081:80"
volumes:
- ./core/ui:/usr/share/nginx/html:ro
networks:
- lyra_net
# ============================================================
# Cortex
# ============================================================