diff options
-rw-r--r-- | vagrant/vagrant.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vagrant/vagrant.config b/vagrant/vagrant.config index ae124246..4d568c03 100644 --- a/vagrant/vagrant.config +++ b/vagrant/vagrant.config @@ -7,6 +7,8 @@ contacts="no-reply@$provider_domain" # note that the "openvpn" service does currently *not* work # in a vagrant setup, # see https://leap.se/en/docs/platform/troubleshooting/known-issues#Special.Environments -services='webapp,mx,couchdb,soledad,monitor' +# to speed up things, don't deploy monitor service by default +# services='webapp,mx,couchdb,soledad,monitor' +services='webapp,mx,couchdb,soledad' |