Commit b8f6b09e by Edward Zarecor

Creating a forum focused compose file

parent 001371b0
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:
- /var/devstack/mongo/data:/data
es:
container_name: es
image: edxops/elasticsearch:v1
volumes:
- /tmp/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:
- /home/edward/Documents/git/edx/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