Add new services

This commit is contained in:
Alex D. 2018-11-17 23:18:59 +01:00
parent 6d63d834fe
commit 29a89ad89b
1 changed files with 4 additions and 0 deletions

View File

@ -182,6 +182,8 @@ services=(
"php7.2-fpm"
"docker"
"cachet-monitor"
"telegraf"
"grafana-server"
)
containers=(
"forum"
@ -195,6 +197,8 @@ containers=(
"ptero-redis"
"cachet-docker_cachet_1"
"cachet-docker_postgres_1"
"influxdb"
"grafana-storage"
)
panelversion=$(getlatest "Pterodactyl/panel")