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:
|
||||
limits:
|
||||
cpus: "2"
|
||||
memory: "1024M"
|
||||
memory: "2048M"
|
||||
security_opt:
|
||||
- no-new-privileges=true
|
||||
ports:
|
||||
|
@ -47,7 +47,7 @@ services:
|
|||
resources:
|
||||
limits:
|
||||
cpus: "2"
|
||||
memory: "1024M"
|
||||
memory: "2048M"
|
||||
container_name: grampsweb-celery
|
||||
depends_on:
|
||||
- grampsweb_redis
|
||||
|
|
Loading…
Reference in a new issue