Initial commit
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user