- commit
- e56c98f
- parent
- 229a4b6
- author
- Eric Bower
- date
- 2025-01-23 10:26:30 -0500 EST
chore: limit minio and imgproxy cpu utilization for prod
1 files changed,
+8,
-0
+8,
-0
1@@ -30,6 +30,10 @@ services:
2 - .env.prod
3 volumes:
4 - ./data/minio-data:/data
5+ deploy:
6+ resources:
7+ limits:
8+ cpus: '0.3'
9 pipemgr:
10 env_file:
11 - .env.prod
12@@ -41,6 +45,10 @@ services:
13 volumes:
14 - ./data/imgs-storage/data:/storage/imgs
15 - ./data/pgs-storage/data:/storage/pgs
16+ deploy:
17+ resources:
18+ limits:
19+ cpus: '0.3'
20 pastes-caddy:
21 image: ghcr.io/picosh/pico/caddy:latest
22 restart: always