Skip to content
README.md 864 B
Newer Older
nimrod's avatar
nimrod committed
# Gitlab Docker setup

nimrod's avatar
nimrod committed
[![pipeline status](https://git.shore.co.il/shore/gitlab-docker/badges/master/pipeline.svg)](https://git.shore.co.il/shore/gitlab-docker/-/commits/master)

nimrod's avatar
nimrod committed
> A containerized Gitlab setup.

## Requirements

- Docker
- Docker Compose

nimrod's avatar
nimrod committed
## Usage

Although I can deploy through GitLab CI, there's a chicken and egg issue there.
So, to manually deploy run:
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
```
export DOCKER_HOST=ssh://host01.shore.co.il
docker-compose build --pull
docker-compose pull
docker-compose up -d
```

nimrod's avatar
nimrod committed
## License

This software is licensed under the MIT license (see `LICENSE.txt`).

## Author Information

nimrod's avatar
nimrod committed
Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
[website](https://www.shore.co.il/). Patches are welcome via
[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
nimrod's avatar
nimrod committed
is located at: <https://git.shore.co.il/explore/>.