We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07128d0 commit 1ca1d2aCopy full SHA for 1ca1d2a
service/docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
container_name: facepalm-db
7
image: postgres:16
8
restart: unless-stopped
9
- cpus: 1.0
+ cpus: 0.45
10
mem_limit: 512m
11
environment:
12
- POSTGRES_USER=${DATABASE_USERNAME}
@@ -47,8 +47,8 @@ services:
47
- DATABASE_NAME=facepalm
48
ports:
49
- "4269:4269"
50
- mem_limit: 1G
51
- cpus: 2.0
+ mem_limit: 1.5G
+ cpus: 1.5
52
healthcheck:
53
test: ["CMD-SHELL", "curl -f http://localhost:4269/ || exit 1"]
54
interval: 30s
@@ -99,8 +99,8 @@ services:
99
deploy:
100
resources:
101
limits:
102
- cpus: '1.00'
103
- memory: 256M
+ cpus: '0.05'
+ memory: 96M
104
105
106
0 commit comments