refactor: modular src/tpl + src/js structure, Docker support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
gridtv:
|
||||
build: .
|
||||
ports:
|
||||
- "${PORT:-8080}:80"
|
||||
volumes:
|
||||
- ./config.json:/var/www/html/config.json
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user