Commit 405b3de1 by Edward Zarecor

Relocating for compose networking conventions, net will be edx in this case.

parent b8f6b09e
...@@ -4,27 +4,18 @@ db: ...@@ -4,27 +4,18 @@ db:
environment: environment:
- MYSQL_ROOT_PASSWORD='' - MYSQL_ROOT_PASSWORD=''
hostname: db hostname: db
dns:
- 172.19.0.3
- 8.8.8.8
ports: ports:
- 3306:3306 - 3306:3306
mongo: mongo:
container_name: mongo container_name: mongo
image: edxops/mongo:v2 image: edxops/mongo:v2
dns:
- 172.19.0.3
- 8.8.8.8
volumes: volumes:
- /var/devstack/mongo/data:/data - /var/devstack/mongo/data:/data
es: es:
container_name: es container_name: es
image: edxops/elasticsearch:v1 image: edxops/elasticsearch:v1
dns:
- 172.19.0.3
- 8.8.8.8
volumes: volumes:
- /tmp/elasticsearch/data:/es-data - /tmp/elasticsearch/data:/es-data
...@@ -38,9 +29,6 @@ forums: ...@@ -38,9 +29,6 @@ forums:
image: edxops/forums:opencraft image: edxops/forums:opencraft
ports: ports:
- 4567:4567 - 4567:4567
dns:
- 172.19.0.3
- 8.8.8.8
volumes: volumes:
- /home/edward/Documents/git/edx/configuration:/edx/app/edx_ansible/edx_ansible - /home/edward/Documents/git/edx/configuration:/edx/app/edx_ansible/edx_ansible
......
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