refactor: modular src/tpl + src/js structure, Docker support

This commit is contained in:
Johnnybegood90
2026-03-12 00:05:20 +01:00
parent e3bf8adce3
commit e7becf356c
3 changed files with 97 additions and 46 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
gridtv:
build: .
ports:
- "${PORT:-8080}:80"
volumes:
- ./config.json:/var/www/html/config.json
restart: unless-stopped