Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

gitlab-docker

  • Clone with SSH
  • Clone with HTTPS
  • Adar Nimrod's avatar
    nimrod authored
    It's no longer part of the image.
    d1f9200d
    History

    Gitlab Docker setup

    pipeline status

    A containerized Gitlab setup.

    Requirements

    • Docker
    • Docker Compose

    Usage

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

    export DOCKER_HOST=ssh://host01.shore.co.il
    docker-compose build --pull
    docker-compose pull
    docker-compose up -d

    License

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

    Author Information

    Nimrod Adar, contact me or visit my website. Patches are welcome via git send-email. The repository is located at: https://git.shore.co.il/explore/.