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
0fe31880
Commit
0fe31880
authored
Oct 10, 2025
by
Abhishek
Browse files
Divided Script into 3 parts
parent
7a56c51e
Pipeline
#11969
skipped with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
0fe31880
...
@@ -17,13 +17,15 @@ services:
...
@@ -17,13 +17,15 @@ services:
restart
:
unless-stopped
restart
:
unless-stopped
web
:
web
:
build
:
.
# This tells it to use the Dockerfile in this directory
image
:
hftstuttgart/cotaproject_moodle:base
# This tells it to use the Dockerfile in this directory
container_name
:
moodle-web-official
container_name
:
moodle-web-official
volumes
:
volumes
:
# Mount our local plugin for easy installation
# Mount our local plugin for easy installation
-
./dta.zip:/tmp/dta.zip
#
- ./dta.zip:/tmp/dta.zip
# Mount the moodledata directory as a named volume
#
#
Mount the moodledata directory as a named volume
-
moodledata:/var/www/moodledata
-
moodledata:/var/www/moodledata
-
./script_env.sh:/usr/local/bin/script_env.sh
-
./script_step1.sh:/usr/local/bin/script_step1.sh
ports
:
ports
:
-
"
8080:80"
-
"
8080:80"
depends_on
:
depends_on
:
...
...
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