1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facilmap_ynh.git synced 2024-09-03 18:36:07 +02:00
This commit is contained in:
Éric Gaspar 2024-06-08 19:23:41 +02:00
parent 4d3df4254b
commit c1f0c5a1b1
3 changed files with 3 additions and 6 deletions

View file

@ -9,7 +9,6 @@ Group=__APP__
Environment=NODE_ENV=production
Environment=DOTENV_CONFIG_PATH=__INSTALL_DIR__/config.env
Environment="__YNH_NODE_LOAD_PATH__"
#ExecStart=__INSTALL_DIR__/bin/facilmap-server
WorkingDirectory=__INSTALL_DIR__/server
ExecStart=/usr/bin/yarn server
StandardOutput=syslog

View file

@ -28,9 +28,9 @@ ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
disk = "1000M"
ram.build = "2000M"
ram.runtime = "450M"
[install]
[install.domain]

View file

@ -6,8 +6,6 @@
nodejs_version=20
facilmap_version=4.1.1
#=================================================
# PERSONAL HELPERS
#=================================================