Skip to content

Commit

Permalink
Updated resource allocation for client
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsa committed Jul 6, 2023
1 parent 24094dc commit dc652a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/next/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ services:
restart_policy:
condition: any
delay: 30s
resources:
limits:
cpus: "1"
memory: 150M
ports:
- 7005:80
networks:
Expand Down

0 comments on commit dc652a1

Please sign in to comment.