1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:52:15 +02:00 committed by GitHub
parent 42fe9f5d16
commit 906893f219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,8 @@ ram.runtime = "50M"
[resources.apt] [resources.apt]
packages = [ packages = [
"ffmpeg", "ffmpeg",
"postgresql" "postgresql",
"redis-server",
] ]
[resources.apt.extras.yarn] [resources.apt.extras.yarn]