docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

Add support for enterprise edition

Open ErwinJunge opened this issue 4 years ago • 5 comments
trafficstars

I've rebased the commits from https://github.com/sameersbn/docker-gitlab/pull/1477/ onto current master and updated to the current structure of upstream gitlab. Credits for original idea go to original author of https://github.com/sameersbn/docker-gitlab/pull/1477/ (@grimmy)

ErwinJunge avatar Mar 30 '21 18:03 ErwinJunge

I've rebased on top of master, since the fixes in there are required for a working deploy.

ErwinJunge avatar Apr 06 '21 07:04 ErwinJunge

There is still alot of work required to get a full EE working - While this may provide access to some of the EE features like multiple issue boards etc - There are timers and configuration settings that need to be added into the gitlab.yml, and also the inclusion of the Gitlab Elasticsearch Indexer. Just as an FYI!

tiredofit avatar Apr 07 '21 00:04 tiredofit

@tiredofit Thanks for the tip! Can you perhaps point me in the direction of somewhere that I can find out what timers and configuration settings you're talking about? I'd love to add them, since we're actually using this build.

Note to self: Gitlab Elasticsearch Indexer docs are here: https://docs.gitlab.com/ee/integration/elasticsearch.html

ErwinJunge avatar Apr 07 '21 07:04 ErwinJunge

Lines 316-415: https://github.com/tiredofit/docker-gitlab-ee/blob/master/install/assets/gitlab/config/gitlabhq/gitlab.yml I learned this from reading https://docs.gitlab.com/ee/install/installation.html and as well this repository.

tiredofit avatar Apr 07 '21 14:04 tiredofit

I'd be interested to see where this goes as we're considering moving to EE!

Looks like officially its now recommended to install using kubernetes.

adamlc avatar Jun 09 '21 07:06 adamlc