v0.6.1 - reinstated UI, relay > cortex pipeline working
This commit is contained in:
@@ -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
|
||||
# ============================================================
|
||||
|
||||
Reference in New Issue
Block a user