Resources limitation

This commit is contained in:
caskd 2020-01-21 18:03:14 +01:00
parent 3d2bac4b4a
commit 96d8021600
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
1 changed files with 5 additions and 2 deletions

View File

@ -33,5 +33,8 @@ services:
- tor_backend - tor_backend
ports: ports:
- '43110:43110' - '43110:43110'
volumes:
- type: tmpfs
target: '/app/data'
tmpfs: tmpfs:
- '/app/data' size: '200M'