Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: update lms, cms port variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 authored and feanil committed Oct 31, 2023
1 parent e7829a7 commit b528524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ services:
tty: true
environment:
FRONTEND_TEST_SERVER_HOSTNAME: edx.devstack.lms
SERVER_LMS_PORT: 18003
SERVER_CMS_PORT: 18031
FRONTEND_TEST_SERVER_LMS_PORT: 18003
FRONTEND_TEST_SERVER_CMS_PORT: 18031
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
NO_PYTHON_UNINSTALL: 1
DJANGO_WATCHMAN_TIMEOUT: 30
Expand Down Expand Up @@ -600,8 +600,8 @@ services:
tty: true
environment:
FRONTEND_TEST_SERVER_HOSTNAME: edx.devstack.cms
SERVER_LMS_PORT: 18103
SERVER_CMS_PORT: 18131
FRONTEND_TEST_SERVER_LMS_PORT: 18103
FRONTEND_TEST_SERVER_CMS_PORT: 18131
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
VIRTUAL_ENV: "/edx/app/edxapp/venvs/edxapp"
PATH: "/edx/app/edxapp/venvs/edxapp/bin:/edx/app/edxapp/nodeenv/bin:/edx/app/edxapp/edx-platform/node_modules/.bin:/edx/app/edxapp/edx-platform/bin:${PATH}"
Expand Down

0 comments on commit b528524

Please sign in to comment.