diff --git a/start-all.sh b/start-all.sh index 877c199..e43afa9 100755 --- a/start-all.sh +++ b/start-all.sh @@ -10,7 +10,7 @@ up monitoring; up telegraf; up smartHome; up dashboard; -up downloads; +up download; up portainer; up torrent; diff --git a/start-min.sh b/start-min.sh new file mode 100755 index 0000000..d3c45e9 --- /dev/null +++ b/start-min.sh @@ -0,0 +1,11 @@ +#/bin/bash/ + + +function up { + (cd "$1" && echo "[$1]" && docker-compose up -d "${@:2}"); +} + +up proxy; +up telegraf; +up portainer; +