Skip to content

Commit d9c357f

Browse files
feat: adding food
1 parent 0c89bb0 commit d9c357f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ services:
2727
deploy:
2828
resources:
2929
limits:
30-
cpus: '0.4'
31-
memory: '0.4GB'
30+
cpus: '1.0'
31+
memory: '1GB'
3232

3333
migrate:
3434
image: migrate/migrate
@@ -62,7 +62,7 @@ services:
6262
deploy:
6363
resources:
6464
limits:
65-
cpus: '0.1'
65+
cpus: '0.3'
6666
memory: '0.5GB'
6767

6868
api:
@@ -88,8 +88,8 @@ services:
8888
deploy:
8989
resources:
9090
limits:
91-
cpus: '0.1'
92-
memory: '0.1GB'
91+
cpus: '0.3'
92+
memory: '0.15GB'
9393

9494
nginx:
9595
image: nginx:latest

0 commit comments

Comments
 (0)