Delete old webui project, configure nginx and docker for new ui

This commit is contained in:
lumijiez
2025-06-25 15:20:21 +03:00
parent ed69cb345d
commit b01f95a777
27 changed files with 6 additions and 6540 deletions

View File

@@ -40,11 +40,11 @@ services:
networks:
- app-network
webui:
ui:
image: node:18-alpine
working_dir: /app
volumes:
- ./webui:/app
- ./ui:/app
- /app/node_modules
ports:
- "3000"
@@ -93,7 +93,7 @@ services:
- ./ssl/impr.ink-key.pem:/etc/ssl/private/impr.ink.key:ro
depends_on:
- webapi
- webui
- ui
- seq
- upload-server
networks: