Commit 40382f61 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 66c99bcf
Pipeline #11793 passed with stage
in 6 minutes and 22 seconds
...@@ -20,6 +20,9 @@ variables: ...@@ -20,6 +20,9 @@ variables:
# Provides default values for the variables in your docker-compose.yml. # Provides default values for the variables in your docker-compose.yml.
EUSER: "1000" EUSER: "1000"
EGID: "1000" EGID: "1000"
MOODLE_URL: "http://docker:8080"
BACKEND_URL: "http://docker:8081"
# This is the URL Moodle's entrypoint script will use for its wwwroot. # This is the URL Moodle's entrypoint script will use for its wwwroot.
MOODLE_WWWROOT: "http://docker:8080" MOODLE_WWWROOT: "http://docker:8080"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment