Add docker-compose.yml
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- 'site_data:/var/www/html'
|
- ./site_data:/var/www/html
|
||||||
- /data/gameculturegamification/moodledata:/var/www/moodledata
|
- ./moodledata:/var/www/moodledata
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user