changed login example

This commit is contained in:
Simon Stumpe 2025-07-22 15:41:36 +02:00
parent 3ad1c0c670
commit 61e5fe0270

View file

@ -222,7 +222,7 @@ This is intended for testing the upgrades before rollout on prod.
6. `docker-compose-2.32.4 pull` 6. `docker-compose-2.32.4 pull`
7. `docker-compose-2.32.4 down` 7. `docker-compose-2.32.4 down`
8. `docker-compose-2.32.4 up -d; docker-compose-2.32.4 logs -f` 8. `docker-compose-2.32.4 up -d; docker-compose-2.32.4 logs -f`
9. Check the logs for any issues during during startup. Check if https://sso.test.base23.de is available and test the sso login (e.g https://vpn-test.base23.de/admin) 9. Check the logs for any issues during during startup. Check if https://sso.test.base23.de is available and test the sso login (e.g https://whoami.test.base23.de)
10. Apply changes for test to prod files (`docker-compose.<stage>.yml`, `env.<stage>.template`), commit & push changes to the Repo in a new branch and create a merge request in preparation for the prod upgrade 10. Apply changes for test to prod files (`docker-compose.<stage>.yml`, `env.<stage>.template`), commit & push changes to the Repo in a new branch and create a merge request in preparation for the prod upgrade
### Prod ### Prod