mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 18:11:34 +01:00
Added echo urls and check mattermost when container changes
This commit is contained in:
17
scripts/general.sh
Executable file
17
scripts/general.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
logins () {
|
||||
echo ===========================================================
|
||||
echo
|
||||
echo "- Mattermost: http://localhost:8065" with the logins above
|
||||
echo "- Keycloak: http://localhost:8080" with 'admin' / 'admin'
|
||||
echo "- Grafana: http://localhost:3000" with 'admin' / 'admin'
|
||||
echo " - All Mattermost Grafana charts are setup."
|
||||
echo " - For more info https://github.com/coltoneshaw/CS-Repro-Mattermost#use-grafana"
|
||||
echo "- Prometheus: http://localhost:9090"
|
||||
echo "- PostgreSQL" "localhost:5432" with 'mmuser' / 'mmuser_password'
|
||||
echo
|
||||
echo ===========================================================
|
||||
}
|
||||
|
||||
"$@"
|
||||
@@ -74,4 +74,12 @@ echoLogins() {
|
||||
echo ========================================================================
|
||||
}
|
||||
|
||||
upgrade () {
|
||||
sed -i "s#7.7#7.8#g" docker-compose.yml
|
||||
sed -i 's/release-.*/release-6.88/' docker-compose.yml
|
||||
|
||||
sed -i '/release-.*/release-6.88/' ${PWD}/docker-compose.yml
|
||||
|
||||
}
|
||||
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user