Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-infra
Commits
e44b5849
Commit
e44b5849
authored
Sep 07, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
c4673e13
Pipeline
#11819
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e44b5849
...
@@ -11,8 +11,8 @@ variables:
...
@@ -11,8 +11,8 @@ variables:
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_TLS_CERTDIR
:
"
"
EUSER
:
"
appuser"
EUSER
:
"
appuser"
EGID
:
"
999"
EGID
:
"
999"
MOODLE_WWWROOT
:
"
http://
localhost
:8080"
# U
pdated to localhost for Docker socket
MOODLE_WWWROOT
:
"
http://
host.docker.internal
:8080"
# U
se host.docker.internal for WSL
MOODLE_URL
:
"
http://
localhost:8080"
# Updated to localhost for test script
MOODLE_URL
:
"
http://
host.docker.internal:8080"
MOODLE_ADMIN_USER
:
"
user"
MOODLE_ADMIN_USER
:
"
user"
MOODLE_ADMIN_PASS
:
"
QAYwsx@12345"
MOODLE_ADMIN_PASS
:
"
QAYwsx@12345"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment