Skip to content

Commit 1ca1d2a

Browse files
author
Robert Quander
committed
last resource usage update. :) Fingers crossed for tomorrow :D
1 parent 07128d0 commit 1ca1d2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

service/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
container_name: facepalm-db
77
image: postgres:16
88
restart: unless-stopped
9-
cpus: 1.0
9+
cpus: 0.45
1010
mem_limit: 512m
1111
environment:
1212
- POSTGRES_USER=${DATABASE_USERNAME}
@@ -47,8 +47,8 @@ services:
4747
- DATABASE_NAME=facepalm
4848
ports:
4949
- "4269:4269"
50-
mem_limit: 1G
51-
cpus: 2.0
50+
mem_limit: 1.5G
51+
cpus: 1.5
5252
healthcheck:
5353
test: ["CMD-SHELL", "curl -f http://localhost:4269/ || exit 1"]
5454
interval: 30s
@@ -99,8 +99,8 @@ services:
9999
deploy:
100100
resources:
101101
limits:
102-
cpus: '1.00'
103-
memory: 256M
102+
cpus: '0.05'
103+
memory: 96M
104104

105105

106106

0 commit comments

Comments
 (0)