Skip to content
Snippets Groups Projects
Commit 5bf46ee4 authored by dheninli's avatar dheninli
Browse files

added cpu... restrictions

parent 0e099769
No related branches found
No related tags found
1 merge request!37Tx services p19 test
......@@ -31,7 +31,11 @@ services:
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
#-------------------------------------------------------------------
security_opt:
- no-new-privileges
mem_limit: "2048m"
cpus: "0.60"
pids_limit: 1024
depends_on:
- wekan-db
......@@ -50,7 +54,9 @@ services:
#- wekan-db-dump:/dump
#volumes:
#- /DATA/docker/wekan-db:/data/db
mem_limit: "2048m"
cpus: "0.20"
pids_limit: 1024
volumes:
wekan-db:
driver: local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment