mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 10:01:30 +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 ===========================================================
|
||||
}
|
||||
|
||||
"$@"
|
||||
Reference in New Issue
Block a user