1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

Add port to config

This commit is contained in:
Salamandar 2024-02-23 16:48:18 +01:00
parent f816568b57
commit ba00a92201

View file

@ -1,3 +1,5 @@
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2 packaging_format = 2
id = "redmine" id = "redmine"
@ -45,6 +47,9 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
[resources.ports]
main.default = 8095
[resources.apt] [resources.apt]
packages = [ packages = [
"postgresql", "libpq-dev", "postgresql", "libpq-dev",