Skip to content

Commit

Permalink
Initial support for bok-choy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbowman authored and Jeremy Bowman committed Jun 20, 2017
1 parent 64e67df commit 09003db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ services:
- elasticsearch_data:/usr/share/elasticsearch/data
- elasticsearch_data:/usr/share/elasticsearch/logs

firefox:
container_name: edx.devstack.firefox
image: selenium/standalone-firefox:2.53.1-beryllium

memcached:
container_name: edx.devstack.memcached
image: memcached:1.4.24
Expand Down Expand Up @@ -103,10 +107,15 @@ services:
- memcached
- mongo
environment:
BOK_CHOY_HOSTNAME: edx.devstack.lms
BOK_CHOY_LMS_PORT: 18003
BOK_CHOY_CMS_PORT: 18031
NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest
ports:
- "18000:18000"
# - "18003:18003"
# - "18031:18031"

studio:
command: bash -c 'source /edx/app/edxapp/edxapp_env && while true; do python /edx/app/edxapp/edx-platform/manage.py cms runserver 0.0.0.0:18010 --settings devstack_docker; sleep 2; done'
Expand All @@ -116,10 +125,15 @@ services:
- memcached
- mongo
environment:
BOK_CHOY_HOSTNAME: edx.devstack.studio
BOK_CHOY_LMS_PORT: 18103
BOK_CHOY_CMS_PORT: 18131
NO_PYTHON_UNINSTALL: 1
image: edxops/edxapp:latest
ports:
- "18010:18010"
# - "18103:18103"
# - "18131:18131"

volumes:
elasticsearch_data:
Expand Down
2 changes: 1 addition & 1 deletion docker-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ syncs:
edxapp-sync:
host_disk_mount_mode: 'cached'
src: '../edx-platform/'
sync_excludes: [ '.git', '.idea' ]
sync_excludes: [ '.idea' ]

0 comments on commit 09003db

Please sign in to comment.