test with start with element and matrix

This commit is contained in:
root 2024-01-29 17:34:36 +00:00
parent b808fa8de8
commit f6720a36c4

View File

@ -73,7 +73,8 @@ config_network
# Setup SERVICES array to what bundle
if [ "$BUNDLE" = "starter" ]; then
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden")
#SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden")
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden" "matrix" "element" "coturn")
elif [ "$BUNDLE" = "team" ]; then
SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden" "matrix" "element" "coturn" "wordpress" "freescout" "espocrm")
elif [ "$BUNDLE" = "ultimate" ]; then