mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
5 lines
472 B
Text
5 lines
472 B
Text
|
|
vite: bundle exec script/vite-server.rb dev
|
||
|
|
web: bundle exec script/rails server -b "ssl://${ZAMMAD_BIND_IP:=127.0.0.1}:${ZAMMAD_RAILS_PORT:=3000}?key=config/ssl/localhost.key&cert=config/ssl/localhost.crt" -p ${ZAMMAD_RAILS_PORT:=3000}
|
||
|
|
websocket: bundle exec script/websocket-server.rb -b ${ZAMMAD_BIND_IP:=127.0.0.1} -p ${ZAMMAD_WEBSOCKET_PORT:=6042} -k config/ssl/localhost.key -c config/ssl/localhost.crt -s start
|
||
|
|
worker: bundle exec script/background-worker.rb start
|