1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefish_ynh.git synced 2024-09-03 18:36:06 +02:00

Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:48:49 +02:00 committed by GitHub
parent 7de6592bc1
commit e3721d3f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ ram.runtime = "2G"
main.default = 3020
[resources.apt]
packages = "ffmpeg, postgresql, build-essential"
packages = "ffmpeg, postgresql, build-essential, redis-server"
[resources.database]
type = "postgresql"