mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-17 18:45:15 +00:00
3b215c9f88
This allows us to deploy much faster: all we have to do is to copy the assets from the container to the shared volume. We also changed the way themes are managed: similarly to static assets, they are now packaged inside the docker image.
7 lines
133 B
YAML
7 lines
133 B
YAML
version: "3"
|
|
services:
|
|
|
|
# Useful for running one-off scripts
|
|
openedx:
|
|
image: ${OPENEDX_DOCKER_IMAGE:-regis/openedx:hawthorn}
|