Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opillion-gmbh-co-kg/easy-stack-gitlab
Easy Stack GitLab is a lightweight, scalable GitLab setup designed for seamless deployment and developer efficiency.
https://github.com/opillion-gmbh-co-kg/easy-stack-gitlab
docker docker-compose gitlab gitlab-runner makefile
Last synced: 2 days ago
JSON representation
Easy Stack GitLab is a lightweight, scalable GitLab setup designed for seamless deployment and developer efficiency.
- Host: GitHub
- URL: https://github.com/opillion-gmbh-co-kg/easy-stack-gitlab
- Owner: Opillion-GmbH-Co-KG
- License: gpl-3.0
- Created: 2024-11-09T09:25:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T09:56:20.000Z (3 days ago)
- Last Synced: 2025-02-07T10:32:35.263Z (3 days ago)
- Topics: docker, docker-compose, gitlab, gitlab-runner, makefile
- Language: Shell
- Homepage:
- Size: 768 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.makefile.md
- License: LICENSE
Awesome Lists containing this project
README
|--------------------------------|-----------------------------------------------------------------------------|
| Make Commands | Description |
|--------------------------------|-----------------------------------------------------------------------------|
| `make build` | Builds the current stack |
| `make build-%` | Builds and pushes (base/dev/prod) images to Docker Hub with Buildx |
| `make clean-stack` | Stops, removes and deletes volumes, images, and networks |
| `make check-gitlab` | Check if Gitlab is available |
| `make console` | Runs a bash for gitlab |
| `make docker-login` | Logs in to Docker Hub registry |
| `make fix-buildx` | Fixes a broken Buildx setup |
| `make fix-line-endings` | Fixes the line endings of all files |
| `make gitlab-admin` | Creates a Gitlab-Admin user from given Envs |
| `make help` | Shows help for make commands |
| `make remove-buildx` | Removes Buildx runtime container |
| `make restart` | Cleans your stack containers, volumes, networks & restarts all services |
| `make start` | Starts all services defined in your docker-compose file |
| `make stop` | Stops running Docker containers |
| `make validate-docker-compose` | Validates the docker-compose.yml file |
|--------------------------------|-----------------------------------------------------------------------------|