mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
11 lines
205 B
YAML
11 lines
205 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
|
||
|
android:
|
||
|
image: regis/openedx-android:latest
|
||
|
build:
|
||
|
context: ./android
|
||
|
volumes:
|
||
|
- ./config/android/:/openedx/config/
|
||
|
- ./data/android/:/openedx/data
|