mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 12:57:52 +00:00
71912293a1
TODO: README
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
|