Skip to content

Commit 96a6909

Browse files
committed
add cpus to hopefully increase speed
1 parent b87d853 commit 96a6909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
resources:
3131
reservations:
3232
memory: 4G
33-
cpus: 1.0
33+
cpus: 2.0
3434
healthcheck:
3535
test: ["CMD", "curl", "-f", "http://localhost:5050/"]
3636
interval: 30s

0 commit comments

Comments
 (0)