feat: docker unlimited defaults + i18n strings for admin UI

- docker-compose: log rotation 10m×3 → 50m×5 for power users
- docker-compose: add shm_size 2gb for AI workloads
- i18n: add strings for Limits & Resources admin panel
This commit is contained in:
ashim-hq
2026-04-20 21:52:07 +08:00
parent 6746989aa1
commit ee8e9861a7
3 changed files with 24 additions and 4 deletions
+3 -2
View File
@@ -38,11 +38,12 @@ services:
timeout: 5s
start_period: 60s
retries: 3
shm_size: '2gb'
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
max-size: "50m"
max-file: "5"
deploy:
resources:
reservations:
+3 -2
View File
@@ -39,11 +39,12 @@ services:
timeout: 5s
start_period: 60s
retries: 3
shm_size: '2gb'
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
max-size: "50m"
max-file: "5"
volumes:
ashim-data: