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

Commit

Permalink
chore: update bok-choy hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Oct 27, 2023
1 parent 5e66078 commit dee9ecb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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:
BOK_CHOY_HOSTNAME: edx.devstack.lms_watcher
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:
BOK_CHOY_HOSTNAME: edx.devstack.cms_watcher
SERVER_HOSTNAME: edx.devstack.cms_watcher
ASSET_WATCHER_TIMEOUT: 12
image: openedx/lms-dev:${OPENEDX_RELEASE:-latest}
volumes:
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@ services:
stdin_open: true
tty: true
environment:
BOK_CHOY_HOSTNAME: edx.devstack.lms
BOK_CHOY_LMS_PORT: 18003
BOK_CHOY_CMS_PORT: 18031
SERVER_HOSTNAME: edx.devstack.lms
SERVER_LMS_PORT: 18003
SERVER_CMS_PORT: 18031
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
NO_PYTHON_UNINSTALL: 1
DJANGO_WATCHMAN_TIMEOUT: 30
Expand Down Expand Up @@ -599,9 +599,9 @@ services:
stdin_open: true
tty: true
environment:
BOK_CHOY_HOSTNAME: edx.devstack.cms
BOK_CHOY_LMS_PORT: 18103
BOK_CHOY_CMS_PORT: 18131
SERVER_HOSTNAME: edx.devstack.cms
SERVER_LMS_PORT: 18103
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 dee9ecb

Please sign in to comment.