Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
edx
course-discovery
Commits
58635fed
Commit
58635fed
authored
Nov 13, 2015
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial docker-compose file for devstack
parent
d02d90df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
0 deletions
+43
-0
Makefile
+4
-0
docker-compose.yml
+36
-0
requirements/local.txt
+3
-0
No files found.
Makefile
View file @
58635fed
...
...
@@ -19,6 +19,7 @@ help:
@
echo
" requirements install requirements for local development"
@
echo
" test run tests and generate coverage report"
@
echo
" validate run tests and quality checks"
@
echo
" develop run a local development copy of the server"
@
echo
""
clean
:
...
...
@@ -62,3 +63,6 @@ pull_translations:
push_translations
:
tx push
-s
develop
:
docker-compose
--x-networking
up
docker-compose.yml
0 → 100644
View file @
58635fed
db
:
image
:
mysql:5.6
container_name
:
db
environment
:
MYSQL_ROOT_PASSWORD
:
"
"
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
yes"
es
:
image
:
elasticsearch:1.5.2
container_name
:
es
volumes
:
-
/tmp/elasticsearch/data:/es-data
memcache
:
image
:
memcached:1.4.24
container_name
:
memcache
rabbitmq
:
image
:
rabbitmq:3.5.3
container_name
:
rabbitmq
course-discovery
:
# Uncomment this line to use the official course-discovery base image
image
:
edxops/course-discovery:v1
# Uncomment the next two lines to build from a local configuration repo
#build: ../configuration
#dockerfile: docker/build/course_discovery/Dockerfile
container_name
:
course-discovery
volumes
:
-
.:/edx/app/course_discovery/course_discovery
command
:
/edx/app/course_discovery/devstack.sh
ports
:
-
"
18381:18381"
\ No newline at end of file
requirements/local.txt
View file @
58635fed
...
...
@@ -7,3 +7,6 @@ django-debug-toolbar
# i18n
transifex-client
git+https://github.com/edx/i18n-tools.git@v0.1.4#egg=i18n_tools==0.1.4
# docker devstack
docker-compose >= 1.5.1
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