Hey everyone,
i'd like to run gitlab-ce (ce as in community-edition, not ci as in continouus-integration) server as an addon. gitlab officially supports installation via docker, but it only offers automated install via docker-compose and the likes.
I am struggeling to create the Dockerfile, config.yaml and run.sh files. Is there some easy way to derive them from the docker-compose stuff?
If not, does anyone have some advice for where my current issue is? I believe i have a somewhat working Dockerfile, at least it seems to install gitlab on the ubuntu base image and the addon installation in HA succeeds without reporting any errors. However, i am unsure how to correctly start the addon and how to verify that gitlab is actually installed correctly.
Sry for beeing a docker noob and thanks in advance for any and all advice.
I have quickly uploaded my files to github: https://github.com/NBBHub/addon-gitlab/tree/main