mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-22 21:29:08 -05:00
GitLab CE Template is broken #116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eximius313 on GitHub (Sep 18, 2025).
To Reproduce
test-gitlabce-cbdbfd-192-168-1-1.traefik.me)Current vs. Expected behavior
I expect GitLab page to appear. Instead I get:
Provide environment information
Which area(s) are affected? (Select all that apply)
Local Development
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
When I do exact same steps with OneTimeSecret template - everything works just fine:
The template (I have not modified it)
Will you send a PR to fix it?
No
@eximius313 commented on GitHub (Sep 18, 2025):
Ok, I've refreshed the page after ~30 minutes and the Application finally appeared!
From what I understand, it just took a long time to initialize.
I've spotted some entries in the
Requestslogs - maybe they are the reason for such a long startup time?and also hundreds of entries in the container logs:
Key takeaways:
During that time, I was only seeing a
404 page not foundmessage.This is misleading, because the container was probably still initializing.
Suggestion: Could you please replace it with something like "Container is starting, please wait..."
Moreover - in the template, there is no
GITLAB_ROOT_PASSWORDenvironment variable. Because of that, I could not create an account at first because ofYour account is pending approval from your GitLab administrator and hence blocked. Please contact your GitLab administrator if you think this is an error:Finally, I found out that I had to shell into the container and check
/etc/gitlab/initial_root_password. This worked, but it’s not obvious for new users.Suggestion: Could you please add that
GITLAB_ROOT_PASSWORD(with a random value) to the Environment tab?