diff --git a/.pkgr.yml b/.pkgr.yml index b4a42e77d..53dd1d5b0 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -36,4 +36,7 @@ env: services: - postgres +after_install: + - zammad scale web=1 websocket=1 worker=1 + notifications: false