alpinelinux / alpine-docker-gitlab

[MIRROR] Gitlab docker image based on Alpine Linux
https://gitlab.alpinelinux.org/alpine/infra/docker/gitlab
MIT License
14 stars 17 forks source link

Workhorse config #6

Open GStore opened 4 years ago

GStore commented 4 years ago

Hi and thank you for putting this together. I've started to use it but when I tried to do a fresh install I couldn't get Gitlab to work. I was getting a 502 error.

After digging into the logs, I found this in /srv/docker/gitlab/log/s6/workhorse/current:

msg="Can not load config file" configFile=/etc/gitlab/workhorse/config.toml error="open /etc/gitlab/workhorse/config.toml: no such file or directory".

I think it's because workhorse_conf is not called anywhere in the entrypoint when setup is run. I've added it and now Gitlab works.

I've create a PR here #5

clandmeter commented 4 years ago

Nice catch, thanks. We moved development to: https://gitlab.alpinelinux.org/alpine/infra/docker/gitlab Would be nice if you created an MR on this tracker as github is not used anymore.

GStore commented 4 years ago

Ah sorry didn't realise, will do that later on today

clandmeter commented 4 years ago

you can use the latest stable and ill backport it.