added js backend

This commit is contained in:
2026-02-23 22:47:28 +01:00
parent 8a528d46ed
commit 3e0054a0b9
9 changed files with 904 additions and 5 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
backend:
build: ./backend
ports:
- "8001:8001"
container_name: watch-untis-backend
environment:
NODE_ENV: production
restart: unless-stopped