https://github.com/codesandtags/bitbucket-server-mock
Bitbucket Server Mock for Backstage testing purposes
https://github.com/codesandtags/bitbucket-server-mock
Last synced: 8 months ago
JSON representation
Bitbucket Server Mock for Backstage testing purposes
- Host: GitHub
- URL: https://github.com/codesandtags/bitbucket-server-mock
- Owner: codesandtags
- Created: 2024-03-14T21:49:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T21:50:34.000Z (over 2 years ago)
- Last Synced: 2025-01-20T05:53:42.843Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitbucket Server Mock for testing
This is a mock server for Bitbucket Server. It is intended to be used for testing purposes only.
The docker-compose supports:
- Bitbucket Server Mocked app
- Prometheus
- Grafana
**NOTE**: This server is not intended to be used in a production environment.
## Grafana setup
The Grafana server is available at `http://localhost:3001`. The default credentials are `admin`/`secret`.
The Prometheus server is available at `http://localhost:9090`.
The Bitbucket Server Mocked app is available at `http://localhost:3000`.
To create the dashboard on Grafana, you need to create a new data source with the following settings:
- Name: `Prometheus`
- Type: `Prometheus`
- URL: `http://prometheus:9090`