Feature: дашборд инцидентов ServiceDesk (светлая тема, Chart.js, Docker)

Made-with: Cursor
This commit is contained in:
cursor-agent
2026-04-06 07:49:20 +00:00
commit 4a0b84c2ed
7 changed files with 2191 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
web:
image: nginx:alpine
ports:
- "${PORT:-8080}:80"
volumes:
- ./:/usr/share/nginx/html:ro