update docker

This commit is contained in:
2026-06-13 10:17:26 +07:00
parent 4f8d8148f7
commit 8c111f2406
11 changed files with 431 additions and 19 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
lidar-manager:
build: .
image: lidar-manager-web:test3
container_name: lidar-manager-limited
ports:
- "8080:8080"
volumes:
- ./data:/app/data
restart: unless-stopped
# Giới hạn gần spec SICK controller: Dual-Core, 4 GB RAM
cpus: 2
mem_limit: 4g
memswap_limit: 4g