Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
76509b8daa
chore(deps): update docker image flowiseai/flowise to v2.1.3 2024-10-23 19:23:11 +00:00
41de211449 fix(navidrome): memory limit 2Gi 2024-10-21 11:46:31 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ controllers:
main: main:
image: image:
repository: flowiseai/flowise repository: flowiseai/flowise
tag: 1.8.4 tag: 2.1.3
command: command:
- flowise - flowise
- start - start

View file

@ -71,4 +71,4 @@ resources:
cpu: 10m cpu: 10m
memory: 50Mi memory: 50Mi
limits: limits:
memory: 750Mi memory: 2Gi