We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c89bb0 commit d9c357fCopy full SHA for d9c357f
docker-compose.yaml
@@ -27,8 +27,8 @@ services:
27
deploy:
28
resources:
29
limits:
30
- cpus: '0.4'
31
- memory: '0.4GB'
+ cpus: '1.0'
+ memory: '1GB'
32
33
migrate:
34
image: migrate/migrate
@@ -62,7 +62,7 @@ services:
62
63
64
65
- cpus: '0.1'
+ cpus: '0.3'
66
memory: '0.5GB'
67
68
api:
@@ -88,8 +88,8 @@ services:
88
89
90
91
92
- memory: '0.1GB'
+ memory: '0.15GB'
93
94
nginx:
95
image: nginx:latest
0 commit comments