Aggiunge Dockerfile e compose.yaml

Vengono usate 3000 dispplay e 3001 controller.
This commit is contained in:
2026-02-15 18:44:51 +01:00
parent aa88e2b7a1
commit 668140e5b7
3 changed files with 31 additions and 4 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
segnapunti:
build: .
ports:
- 3000:3000
- 3001:3001
container_name: segnapunti-container