mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
add postgresql and redis to services
This commit is contained in:
parent
7a10831b8e
commit
e1bc05183b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx"
|
||||
"nginx", "postgresql", "redis"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
Loading…
Reference in a new issue