Update docker-compose.yml
This commit is contained in:
parent
3cda8f340d
commit
39318721e1
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ version: '2'
|
|||
services:
|
||||
api:
|
||||
image: docker.io/vikunja/api:{{ vikunja_api_image_version }}
|
||||
mem_limit: 256mb
|
||||
memswap_limit: 300mb
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
|
Loading…
Add table
Reference in a new issue