Skip to content

Commit

Permalink
Updated resource allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsa committed Jul 6, 2023
1 parent 9fd21e8 commit 24094dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/next/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: '3.9'

networks:
seacrifog:
Expand Down Expand Up @@ -32,6 +32,10 @@ services:
restart_policy:
condition: any
delay: 30s
resources:
limits:
cpus: "1"
memory: 150M
ports:
- 7004:3000
networks:
Expand Down

0 comments on commit 24094dc

Please sign in to comment.