Add docker-compose.yml

This commit is contained in:
2025-05-01 21:47:36 +03:00
parent c8ab4a39f4
commit 8bda99aa06
+2 -2
View File
@@ -6,8 +6,8 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- /data/gameculturegamification/site_data:/var/www/html - site_data:/var/www/html
- /data/gameculturegamification/site_data/moodledata:/var/www/moodledata - moodledata:/var/www/moodledata
depends_on: depends_on:
- mysql - mysql
environment: environment: