Skip to content

Commit

Permalink
fixup yaml indentation for discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Aug 10, 2023
1 parent 54898bf commit a127330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- ${DEVSTACK_WORKSPACE}/credentials:/edx/app/credentials/credentials:${DEVSTACK_CACHE:-cached}
- credentials_node_modules:/edx/app/credentials/credentials/node_modules
- ${DEVSTACK_WORKSPACE}/src:/edx/src:${DEVSTACK_CACHE:-cached}
discovery: # Appsembler: normally Commented out to make a lighter devstack.
discovery: # Appsembler: normally Commented out to make a lighter devstack.
volumes:
- ${DEVSTACK_WORKSPACE}/course-discovery:/edx/app/discovery/discovery:${DEVSTACK_CACHE:-cached}
- discovery_node_modules:/edx/app/discovery/discovery/node_modules
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
credentials:
volumes:
- credentials-sync:/edx/app/credentials/credentials:nocopy
discovery: # Appsembler: normally Commented out to make a lighter devstack.
discovery: # Appsembler: normally Commented out to make a lighter devstack.
volumes:
- discovery-sync:/edx/app/discovery/discovery:nocopy
# ecommerce: # Appsembler: Commented out to make a lighter devstack.
Expand Down

0 comments on commit a127330

Please sign in to comment.