Commit d20b52b2 by Edward Zarecor

moving these to IDA repo

parent 1537b82e
......@@ -12,7 +12,7 @@ RUN sudo git reset --hard hack2015/docker
RUN sudo git pull
WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays
RUN sudo ansible-playbook forum.yml -c local -t 'install:base,install:configuration,install:code' -e '{"FORUM_MONGO_HOSTS":["mongo.edx"]}' -e FORUM_ELASTICSEARCH_HOST='es.edx' -e forum_source_repo='https://github.com/open-craft/cs_comments_service.git' -e forum_version='mongoid5' -e FORUM_USE_TCP='true' -e FORUM_RACK_ENV='staging' -e FORUM_SINATRA_ENV='staging'
RUN sudo ansible-playbook forum.yml -c local -t 'install:base,install:configuration,install:code' -e '{"FORUM_MONGO_HOSTS":["mongo.forums"]}' -e FORUM_ELASTICSEARCH_HOST='es.forums' -e forum_source_repo='https://github.com/open-craft/cs_comments_service.git' -e forum_version='mongoid5' -e FORUM_USE_TCP='true' -e FORUM_RACK_ENV='staging' -e FORUM_SINATRA_ENV='staging'
USER root
CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
EXPOSE 18080
db:
container_name: db
image: edxops/mysql:v1
environment:
- MYSQL_ROOT_PASSWORD=''
hostname: db
ports:
- 3306:3306
mongo:
container_name: mongo
image: edxops/mongo:v2
volumes:
- ${DOCKER_DATA_ROOT}/mongo/data:/data
es:
container_name: es
image: edxops/elasticsearch:v1
volumes:
- ${DOCKER_DATA_ROOT}/elasticsearch/data:/es-data
memcache:
container_name: memcache
image: memcached:1.4.24
forums:
container_name: forums
image: edxops/forums:opencraft
ports:
- 4567:4567
volumes:
- ${DOCKER_EDX_ROOT}/configuration:/edx/app/edx_ansible/edx_ansible
#nginx:
# build: ../build/nginx
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment