mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
e357e763d7
Docker stack now includes a studio, smtp server, rabbitmq container and an LMS worker. There are still a couple things to do, though. (see TODOs)
7 lines
139 B
Docker
7 lines
139 B
Docker
FROM nginx:1.13
|
|
|
|
VOLUME /openedx/data
|
|
|
|
COPY ./config/lms.conf /etc/nginx/conf.d/lms.conf
|
|
COPY ./config/cms.conf /etc/nginx/conf.d/cms.conf
|