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
1fc8c009
Commit
1fc8c009
authored
Aug 15, 2017
by
Eric Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying something
parent
a57e010c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker-compose.yml
+2
-2
No files found.
docker-compose.yml
View file @
1fc8c009
...
@@ -116,7 +116,7 @@ services:
...
@@ -116,7 +116,7 @@ services:
-
"
18130:18130"
-
"
18130:18130"
lms
:
lms
:
command
:
bash -c '
source /edx/app/edxapp/edxapp_env && while
true
; do python /edx/app/edxapp/edx-platform/
manage.py lms runserver 0.0.0.0:18000 --settings devstack_docker; sleep 2; done'
command
:
bash -c '
cd /edx/app/edxapp/edx-platform && source ../edxapp_env && (nohup paver watch_assets -b &) && while
true
; do python
manage.py lms runserver 0.0.0.0:18000 --settings devstack_docker; sleep 2; done'
container_name
:
edx.devstack.lms
container_name
:
edx.devstack.lms
depends_on
:
depends_on
:
-
mysql
-
mysql
...
@@ -139,7 +139,7 @@ services:
...
@@ -139,7 +139,7 @@ services:
-
edxapp_lms_assets:/edx/var/edxapp/staticfiles/
-
edxapp_lms_assets:/edx/var/edxapp/staticfiles/
studio
:
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:1801
0 --settings devstack_docker; sleep 2; done'
command
:
bash -c '
cd /edx/app/edxapp/edx-platform && source ../edxapp_env && (nohup paver watch_assets -b &) && while
true
; do python manage.py cms runserver 0.0.0.0:1800
0 --settings devstack_docker; sleep 2; done'
container_name
:
edx.devstack.studio
container_name
:
edx.devstack.studio
depends_on
:
depends_on
:
-
mysql
-
mysql
...
...
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