ff
This commit is contained in:
parent
b1f392a041
commit
38c63071b3
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: "2"
|
cpus: "2"
|
||||||
memory: "1024M"
|
memory: "2048M"
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges=true
|
- no-new-privileges=true
|
||||||
ports:
|
ports:
|
||||||
|
@ -47,7 +47,7 @@ services:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: "2"
|
cpus: "2"
|
||||||
memory: "1024M"
|
memory: "2048M"
|
||||||
container_name: grampsweb-celery
|
container_name: grampsweb-celery
|
||||||
depends_on:
|
depends_on:
|
||||||
- grampsweb_redis
|
- grampsweb_redis
|
||||||
|
|
Loading…
Reference in a new issue