feat: add memory limits to Docker services in various configurations

This commit is contained in:
2025-08-23 04:39:17 +02:00
parent 9c85d2eea6
commit b5227230c0
21 changed files with 142 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ services:
network_mode: host
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
deploy:
resources:
limits:
memory: 2G