mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Add memory limit
This commit is contained in:
parent
dcff2b2065
commit
df74b9911f
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ services:
|
||||||
- "poro_cards:/usr/src/patched_porobot/data:r"
|
- "poro_cards:/usr/src/patched_porobot/data:r"
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 16M
|
||||||
|
|
Loading…
Reference in a new issue