This commit is contained in:
2024-12-02 02:16:00 +05:00
commit 2debea82f9
693 changed files with 103427 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
services:
novnc:
build: ./novnc
ports:
- 309:6080
volumes:
- ./novnc:/web
command: --vnc 192.168.7.81
node:
build: ./noviews
ports:
- 308:8080
volumes:
- ./noviews:/app