12 lines
310 B
YAML
12 lines
310 B
YAML
|
|
# PIHA-specific overrides for Vikunja.
|
||
|
|
#
|
||
|
|
# PIHA is not as RAM-constrained as the VPS, so these limits are advisory
|
||
|
|
# guard-rails (a leaking process gets restarted by Docker) rather than a hard
|
||
|
|
# budget. Adjust if Vikunja's working set grows.
|
||
|
|
services:
|
||
|
|
vikunja:
|
||
|
|
mem_limit: 768m
|
||
|
|
|
||
|
|
db:
|
||
|
|
mem_limit: 256m
|