packager.io config
This commit is contained in:
parent
b102e75aaa
commit
e13de3c0ca
2 changed files with 20 additions and 0 deletions
17
.pkgr.yml
Normal file
17
.pkgr.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
targets:
|
||||
centos-7:
|
||||
dependencies:
|
||||
- httpd
|
||||
- mariadb-server
|
||||
|
||||
user: "zammad"
|
||||
group: "zammad"
|
||||
|
||||
after_install: packaging/hooks/postinstall.sh
|
||||
|
||||
env:
|
||||
- RAILS_ENV=development
|
||||
- RAILS_GROUPS=assets
|
||||
|
||||
notifications: false
|
||||
|
3
Procfile
Normal file
3
Procfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
web: puma -p 3000
|
||||
worker: script/scheduler.rb
|
||||
websocket: script/websocket-server.rb
|
Loading…
Reference in a new issue