Add Vue 3 dashboard frontend with nginx reverse proxy, charts and LLM analysis UI
This commit is contained in:
+4
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user