No description
.templates | ||
keycloak | ||
mysql-initdb | ||
.docker-compose.http.yml | ||
.docker-compose.https.yml | ||
.gitignore | ||
installDocker.sh | ||
README.md | ||
setup.sh |
Docker Compose Repo for Meetling and Jitsi Admin
Installation of Jitsi Admin
Use the root user to setup docker and Jitsi Admin
su root
To use the setup script for docker-compose, run the following commands.
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh
bash setup.sh
rm setup.sh
Run Docker Compose
cd /opt/jitsi-admin && docker-compose up -d
Final Result
Following final Result should be printed from the docker-compose command:
# docker-compose up -d
Creating network "jitsi-admin_external" with the default driver
Creating network "jitsi-admin_internal" with the default driver
Creating jitsi-admin_traefik-ja_1 ... done
Creating jitsi-admin_db-ja_1 ... done
Creating jitsi-admin_websocket-ja_1 ... done
Creating jitsi-admin_app-ja_1 ... done
Creating jitsi-admin_keycloak-ja_1 ... done