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
e6a2baf3
Commit
e6a2baf3
authored
Aug 02, 2017
by
Brian Beggs
Committed by
Brian Beggs
Aug 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add forums IDA
parent
0e3d492b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
0 deletions
+27
-0
docker-compose-host.yml
+4
-0
docker-compose-sync.yml
+5
-0
docker-compose.yml
+12
-0
docker-sync.yml
+6
-0
No files found.
docker-compose-host.yml
View file @
e6a2baf3
...
@@ -16,3 +16,6 @@ services:
...
@@ -16,3 +16,6 @@ services:
studio
:
studio
:
volumes
:
volumes
:
-
${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
-
${DEVSTACK_WORKSPACE}/edx-platform:/edx/app/edxapp/edx-platform:cached
forum
:
volumes
:
-
${DEVSTACK_WORKSPACE}/cs_comments_service:/edx/app/forum/cs_comments_service:cached
\ No newline at end of file
docker-compose-sync.yml
View file @
e6a2baf3
...
@@ -16,6 +16,9 @@ services:
...
@@ -16,6 +16,9 @@ services:
studio
:
studio
:
volumes
:
volumes
:
-
edxapp-sync:/edx/app/edxapp/edx-platform:nocopy
-
edxapp-sync:/edx/app/edxapp/edx-platform:nocopy
forums
:
volumes
:
-
forum-sync:/edx/app/forum/cs_comments_service:nocopy
volumes
:
volumes
:
credentials-sync
:
credentials-sync
:
...
@@ -26,3 +29,5 @@ volumes:
...
@@ -26,3 +29,5 @@ volumes:
external
:
true
external
:
true
edxapp-sync
:
edxapp-sync
:
external
:
true
external
:
true
forum-sync
:
external
:
true
docker-compose.yml
View file @
e6a2baf3
...
@@ -157,6 +157,18 @@ services:
...
@@ -157,6 +157,18 @@ services:
volumes
:
volumes
:
-
edxapp_studio_assets:/edx/var/edxapp/staticfiles/
-
edxapp_studio_assets:/edx/var/edxapp/staticfiles/
forum
:
command
:
bash -c 'source /edx/app/forum/ruby_env source && source /edx/app/forum/forum_env && cd /edx/app/forum/cs_comments_service && while
true
; do ruby app.rb ; sleep 2; done'
container_name
:
edx.devstack.forum
depends_on
:
-
mongo
-
memcached
-
elasticsearch
image
:
edxops/forum:latest
ports
:
-
"
44567:4567"
volumes
:
volumes
:
elasticsearch_data
:
elasticsearch_data
:
mongo_data
:
mongo_data
:
...
...
docker-sync.yml
View file @
e6a2baf3
...
@@ -24,3 +24,8 @@ syncs:
...
@@ -24,3 +24,8 @@ syncs:
host_disk_mount_mode
:
'
cached'
host_disk_mount_mode
:
'
cached'
src
:
'
../edx-platform/'
src
:
'
../edx-platform/'
sync_excludes
:
[
'
.idea'
]
sync_excludes
:
[
'
.idea'
]
forum-sync
:
host_disk_mount_mode
:
'
cached'
src
:
'
../cs_comments_service/'
sync_excludes
:
[
'
.git'
,
'
.idea'
]
\ No newline at end of file
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