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
fc11ebf5
Commit
fc11ebf5
authored
Jun 08, 2017
by
Albert St. Aubin
Committed by
Albert (AJ) St. Aubin
Jun 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverting docker compose version back to 2.1 as 3.0 is not supported by PyCharm
parent
137d2801
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
docker-compose-host.yml
+1
-1
docker-compose-marketing-site-host.yml
+1
-1
docker-compose-marketing-site-sync.yml
+1
-1
docker-compose-marketing-site.yml
+1
-1
docker-compose-sync.yml
+1
-1
docker-compose.yml
+1
-1
No files found.
docker-compose-host.yml
View file @
fc11ebf5
version
:
"
3
"
version
:
"
2.1
"
services
:
services
:
credentials
:
credentials
:
...
...
docker-compose-marketing-site-host.yml
View file @
fc11ebf5
version
:
"
3
"
version
:
"
2.1
"
services
:
services
:
marketing
:
marketing
:
...
...
docker-compose-marketing-site-sync.yml
View file @
fc11ebf5
version
:
"
3
"
version
:
"
2.1
"
services
:
services
:
marketing
:
marketing
:
...
...
docker-compose-marketing-site.yml
View file @
fc11ebf5
version
:
"
3
"
version
:
"
2.1
"
services
:
services
:
lms
:
lms
:
...
...
docker-compose-sync.yml
View file @
fc11ebf5
version
:
"
3
"
version
:
"
2.1
"
services
:
services
:
credentials
:
credentials
:
...
...
docker-compose.yml
View file @
fc11ebf5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
# - Every service's container name should be prefixed with "edx.devstack." to avoid conflicts with other containers
# - Every service's container name should be prefixed with "edx.devstack." to avoid conflicts with other containers
# that might be running for the same service.
# that might be running for the same service.
version
:
"
3
"
version
:
"
2.1
"
services
:
services
:
# Third-party services
# Third-party services
...
...
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