Made jitsi last service to start
This commit is contained in:
parent
f175d23e34
commit
2f60d1529e
@ -1,19 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# Federated Computer Network
|
|
||||||
|
|
||||||
PATH=$HOME/.docker/cli-plugins:/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
||||||
|
|
||||||
config_network() {
|
|
||||||
echo -ne "\n* Configuring federated network.."
|
|
||||||
spin &
|
|
||||||
SPINPID=$!
|
|
||||||
|
|
||||||
if [ ! `docker network ls -q --filter name=fstack` ]; then
|
|
||||||
docker network create --subnet 172.99.0.0/16 fstack &> /dev/null
|
|
||||||
[ $? -ne 0 ] && fail "Couldn't run docker network create"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo -ne "done."
|
|
||||||
kill -9 $SPINPID &> /dev/null
|
|
||||||
}
|
|
@ -88,7 +88,7 @@ check_ports
|
|||||||
config_network
|
config_network
|
||||||
|
|
||||||
# Configure and start each federated service
|
# Configure and start each federated service
|
||||||
for i in dns postgresql ldap mail collabora nextcloud matrix jitsi listmonk vaultwarden panel proxy; do
|
for i in dns postgresql ldap mail collabora nextcloud matrix listmonk vaultwarden panel proxy jitsi; do
|
||||||
config_$i
|
config_$i
|
||||||
start_$i
|
start_$i
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user