fix: restart:always + mem_limit 512m pour stabilité dashboard

This commit is contained in:
Manus
2026-07-30 10:04:39 +02:00
parent 0b59245f76
commit b4647580fb

View File

@@ -4,7 +4,8 @@ services:
context: ./src context: ./src
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: manus-dashboard container_name: manus-dashboard
restart: unless-stopped restart: always
mem_limit: 512m
privileged: true privileged: true
env_file: env_file:
- .env - .env