Files
App/docker-compose.yml
2026-06-13 10:17:26 +07:00

15 lines
333 B
YAML

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