Commit 0fe31880 authored by Abhishek's avatar Abhishek
Browse files

Divided Script into 3 parts

parent 7a56c51e
Pipeline #11969 skipped with stage
...@@ -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:
......
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