Skip to content

Commit

Permalink
Update config.yml added DBTYP env and made directories for data dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 12, 2024
1 parent eba7672 commit 611b159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- db
environment:
MOODLE_DOCKER_RUNNING: 1
MOODLE_DOCKER_DB: mariadb
MOODLE_DOCKER_DBTYBE: mariadb
MOODLE_DOCKER_DBNAME: moodle
MOODLE_DOCKER_DBUSER: moodle
MOODLE_DOCKER_DBPASS: "m@0dl3ing"
Expand All @@ -18,6 +20,9 @@ services:
#Note: the TUGBOAT_ROOT environment variable is equivalent to the git repo root.
- ln -snf "$TUGBOAT_ROOT" "${DOCROOT}"
- mkdir /var/www/moodledata
- mkdir /var/www/phpunitdata
- mkdir /var/www/behatdata
- mkdir /var/www/behatfaildumps
- chmod 0777 /var/www/moodledata
update:
- cp "${TUGBOAT_ROOT}/.tugboat/config.php" "${DOCROOT}/config.php"
Expand Down

0 comments on commit 611b159

Please sign in to comment.