Add Vue 3 dashboard frontend with nginx reverse proxy, charts and LLM analysis UI

This commit is contained in:
Arch Agent
2026-05-07 10:19:36 +02:00
parent 695d715d5b
commit 7d9bad9ead
7 changed files with 478 additions and 25 deletions
+4 -6
View File
@@ -14,13 +14,11 @@ services:
- "host.docker.internal:host-gateway"
restart: unless-stopped
nginx:
image: nginx:alpine
container_name: log-analyzer-nginx
frontend:
build: ./frontend
container_name: log-analyzer-frontend
ports:
- "8080:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- "80:80"
depends_on:
- backend
restart: unless-stopped