Add docker-compose.yml

This commit is contained in:
2025-05-01 22:07:29 +03:00
parent f708b88bb8
commit d78cfc9cea
+2 -2
View File
@@ -6,8 +6,8 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- 'site_data:/var/www/html'
- /data/gameculturegamification/moodledata:/var/www/moodledata
- ./site_data:/var/www/html
- ./moodledata:/var/www/moodledata
depends_on:
- mysql
environment: