Commit 001371b0 by Edward Zarecor

Removing dead code

parent 41226541
# consul:
# container_name: consul
# image: progrium/consul
# command: -server -bootstrap -ui-dir /ui -domain edx.
# ports:
# - 8300:8300
# - 8400:8400
# - 8500:8500
# - 8600:53/udp
# registrator:
# image: gliderlabs/registrator:latest
# volumes:
# - /var/run/docker.sock:/tmp/docker.sock
# command:
# - consul://edx_consul_1:8500
# expose:
# - 8300
# - 8400
# - 8500
# links:
# - consul
db:
container_name: db
image: edxops/mysql:v1
......@@ -67,17 +44,6 @@ forums:
volumes:
- /home/edward/Documents/git/edx/configuration:/edx/app/edx_ansible/edx_ansible
# precise:
# image: edxops/precise-common
# command: python -m SimpleHTTPServer
# expose:
# - 8000
# dns:
# - 172.19.0.3
# - 8.8.8.8
# volumes:
# - /home/edward/Documents/git/edx/configuration:/edx/app/edx_ansible/edx_ansible
# #nginx:
# # build: ../build/nginx
# ## links:
......
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