https://github.com/brycedorn/gitlab-corners
Link to your repository on GitLab in style. 💅
https://github.com/brycedorn/gitlab-corners
corners gitlab
Last synced: 9 months ago
JSON representation
Link to your repository on GitLab in style. 💅
- Host: GitHub
- URL: https://github.com/brycedorn/gitlab-corners
- Owner: brycedorn
- License: mit
- Created: 2021-06-10T19:39:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T22:02:18.000Z (about 5 years ago)
- Last Synced: 2025-10-11T18:08:07.341Z (9 months ago)
- Topics: corners, gitlab
- Language: HTML
- Homepage: https://bryce.io/gitlab-corners
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitLab Corners
[bryce.io/gitlab-corners](https://bryce.io/gitlab-corners)
## Running with Docker
You can run `gitlab-corners` locally with [Docker](https://www.docker.com) installed
docker-compose up
open http://127.0.0.1:1234
In order to see changes made you need to rebuild the image as we don't
support mounting volumes yet
docker-compose up --build
open http://127.0.0.1:1234
### Cleanup
Just run
docker-compose down --rmi all --remove-orphans