Skip to content
Snippets Groups Projects
Verified Commit f3888797 authored by Armin Co's avatar Armin Co
Browse files

Preconfigure mumble-web by pulling repo

parent 855247b6
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,15 @@ function configure_letsencrypt() {
}
## Configure Murmur (mumble server) and mumble-web
#
function configure_mumble() {
cd build-mumble-web
git clone https://github.com/Johni0702/mumble-web.git
}
## Run configuration
#
echo ""
......@@ -79,3 +88,8 @@ clone_repositories
# configure letsencrypt
configure_letsencrypt
## pull and update all images
#
./update_containers.sh
\ No newline at end of file
......@@ -15,7 +15,3 @@ docker-compose -f docker-compose.production.yml build
cd ../novnc
docker-compose build
cd ..
# start/restart updated containers
./start_containers.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment