Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
09003db5
Commit
09003db5
authored
Jun 12, 2017
by
Jeremy Bowman
Committed by
Jeremy Bowman
Jun 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial support for bok-choy tests
parent
64e67df8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
docker-compose.yml
+14
-0
docker-sync.yml
+1
-1
No files found.
docker-compose.yml
View file @
09003db5
...
...
@@ -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
...
...
@@ -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'
...
...
@@ -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
:
...
...
docker-sync.yml
View file @
09003db5
...
...
@@ -23,4 +23,4 @@ syncs:
edxapp-sync
:
host_disk_mount_mode
:
'
cached'
src
:
'
../edx-platform/'
sync_excludes
:
[
'
.
git'
,
'
.
idea'
]
sync_excludes
:
[
'
.idea'
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment