Hi everyone,
We have installed the Docker extension in our Plesk Obsidian 18 server. After that we have installed the gitlab-ce container and associated it with a custom subdomain. To make it work we had to:
Plesk Obsidian 18 + Docker + Gitlab - SSL and SSH issues
We have installed the Docker extension in our Plesk Obsidian 18 server. After that we have installed the gitlab-ce container and associated it with a custom subdomain. To make it work we had to:
- Add the correct volume mapping (so we don't loose data when we restart the container)
- Add an extra environment variable (GITLAB_OMNIBUS_CONFIG indicating the external_url: external_url 'http://git.xxxx.com/'; gitlab_rails['lfs_enabled'] =...
Plesk Obsidian 18 + Docker + Gitlab - SSL and SSH issues