Skip to content

Commit 1ace806

Browse files
committed
chore(prod): remove cpu limits
1 parent 017319d commit 1ace806

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

deployments/prod/docker-compose.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ services:
2828
interval: 10s
2929
networks:
3030
- backend-net
31-
cpus: 0.025
3231
mem_limit: 10mb
3332

3433
backend:
@@ -59,7 +58,6 @@ services:
5958
ADMIN_KEY: ${ADMIN_KEY}
6059
command:
6160
uvicorn pixel_battle.deployment.god_service.asgi:app --host 0.0.0.0
62-
cpus: 0.2
6361
mem_limit: 105mb
6462
healthcheck:
6563
test: wget backend:8000/api/0.1.0v/healthcheck -q -O /dev/null
@@ -88,7 +86,6 @@ services:
8886
volumes:
8987
- redis1-data:/data
9088
command: redis-server /mnt/redis.conf
91-
cpus: 0.05
9289
mem_limit: 30mb
9390
healthcheck:
9491
test: echo PING | redis-cli | grep -qF PONG
@@ -117,7 +114,6 @@ services:
117114
volumes:
118115
- redis2-data:/data
119116
command: redis-server /mnt/redis.conf
120-
cpus: 0.05
121117
mem_limit: 30mb
122118
healthcheck:
123119
test: echo PING | redis-cli | grep -qF PONG
@@ -146,7 +142,6 @@ services:
146142
volumes:
147143
- redis3-data:/data
148144
command: redis-server /mnt/redis.conf
149-
cpus: 0.05
150145
mem_limit: 30mb
151146
healthcheck:
152147
test: echo PING | redis-cli | grep -qF PONG

0 commit comments

Comments
 (0)