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

Commit

Permalink
chore: update variable name as per review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 authored and feanil committed Oct 31, 2023
1 parent 2515a21 commit e7829a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-watchers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
command: bash -c 'cd /edx/app/edxapp/edx-platform && source ../edxapp_env && while true; do paver watch_assets --w=$$ASSET_WATCHER_TIMEOUT; sleep 2; done'
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.lms_watcher"
environment:
SERVER_HOSTNAME: edx.devstack.lms_watcher
FRONTEND_TEST_SERVER_HOSTNAME: edx.devstack.lms_watcher
ASSET_WATCHER_TIMEOUT: 12
image: openedx/lms-dev:${OPENEDX_RELEASE:-latest}
volumes:
Expand All @@ -23,7 +23,7 @@ services:
command: bash -c 'cd /edx/app/edxapp/edx-platform && source ../edxapp_env && while true; do paver watch_assets --w=$$ASSET_WATCHER_TIMEOUT; sleep 2; done'
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.cms_watcher"
environment:
SERVER_HOSTNAME: edx.devstack.cms_watcher
FRONTEND_TEST_SERVER_HOSTNAME: edx.devstack.cms_watcher
ASSET_WATCHER_TIMEOUT: 12
image: openedx/lms-dev:${OPENEDX_RELEASE:-latest}
volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ services:
stdin_open: true
tty: true
environment:
SERVER_HOSTNAME: edx.devstack.lms
FRONTEND_TEST_SERVER_HOSTNAME: edx.devstack.lms
SERVER_LMS_PORT: 18003
SERVER_CMS_PORT: 18031
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
Expand Down Expand Up @@ -599,7 +599,7 @@ services:
stdin_open: true
tty: true
environment:
SERVER_HOSTNAME: edx.devstack.cms
FRONTEND_TEST_SERVER_HOSTNAME: edx.devstack.cms
SERVER_LMS_PORT: 18103
SERVER_CMS_PORT: 18131
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
Expand Down

0 comments on commit e7829a7

Please sign in to comment.