Hello,
Is it possible to set application_settings (Application settings API | GitLab) via variables in the docker-compose file? For example in this way?
environment:
GITLAB_OMNIBUS_CONFIG: |
gitlab_rails['omniauth_enabled'] = true
Thus, I want to set the after_sign_out_path variable.
Thank you!