Initial commit

This commit is contained in:
2026-05-25 14:16:59 +03:00
commit 77cc50f205
13 changed files with 1269 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: "3.8"
services:
lic-decoder:
build: .
ports:
- "3080:3000"
environment:
- JWT_SECRET=${JWT_SECRET:-change-me-to-a-strong-secret}
restart: unless-stopped