Fix docker stack (#713)
* devel: update composer config Update some of the config for the docker-compose file since there have been a few changes and the config is slightly out of date. Additionally, a refresh_token parameter was added to the oauth_url since this is used by composer's mock openid provider to generate the `rh-id-org` key in the jwt token. * distribution: update frontend entrypoint Update the command for spinning up the frontend to match the new script command. * devel: remove offline token Remove the offline token and replace with a client secret instead. * devel: add metrics profile Only launch the metrics containers when explictly requested. This helps decrease the logging output when the metrics are not required. The metrics can be called with `docker-compose --profile metrics up`
This commit is contained in:
parent
294cb08a0f
commit
110c0c674b
8 changed files with 26 additions and 10 deletions
|
|
@ -69,4 +69,11 @@ Access the service through the GUI:
|
|||
directly through the API:
|
||||
[https://prod.foo.redhat.com:1337/docs/api/image-builder](https://prod.foo.redhat.com:1337/docs/api/image-builder).
|
||||
|
||||
The metrics containers are only launched when explicitly required. The command for this is below:
|
||||
|
||||
```bash
|
||||
docker-compose --profile metrics up
|
||||
```
|
||||
|
||||
Access the Grafana dashboard on [https://localhost:3000](https://localhost:3000). The default username is `admin` and the password is set to `foobar`.
|
||||
The prometheus instance can be accessed on [https://localhost:9000](https://localhost:9000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue