You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
531 B
21 lines
531 B
version: '3.3'
|
|
|
|
services:
|
|
moodle:
|
|
build: .
|
|
ports:
|
|
- "8000:80"
|
|
volumes:
|
|
- moodledata:/var/www/html/moodledata
|
|
environment:
|
|
- MOODLE_URL=http://localhost:8000
|
|
- MOODLE_DB_HOST=172.31.17.35
|
|
- MOODLE_DB_NAME=moodle
|
|
- MOODLE_DB_USER=moodle
|
|
- MOODLE_DB_PASS=moodle
|
|
- MOODLE_DATA=/var/www/html/moodledata
|
|
- OSTICKET_API_KEY=B154D35D63E7A4ADAE8BA8282C6490CD
|
|
- OSTICKET_API_URL=http://10.1.2.242/osticket/upload/api/http.php/tickets.json
|
|
|
|
volumes:
|
|
moodledata:
|
|
|