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

Commit a91cf07

Browse files
committed
fix: don't enable Authn MFE by default
1 parent 08a647d commit a91cf07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ services:
418418
- memcached
419419
- mongo
420420
- mysql57
421-
- frontend-app-authn
422421
# Allows attachment to the LMS service using 'docker attach <containerID>'.
423422
stdin_open: true
424423
tty: true
@@ -429,7 +428,6 @@ services:
429428
EDXAPP_TEST_MONGO_HOST: edx.devstack.mongo
430429
NO_PYTHON_UNINSTALL: 1
431430
DJANGO_WATCHMAN_TIMEOUT: 30
432-
EDXAPP_ENABLE_AUTHN_MFE: 1
433431
image: edxops/edxapp:${OPENEDX_RELEASE:-latest}
434432
networks:
435433
default:
@@ -666,6 +664,8 @@ services:
666664
- edx.devstack.frontend-app-authn
667665
ports:
668666
- "1999:1999"
667+
depends_on:
668+
- lms
669669

670670
frontend-app-course-authoring:
671671
extends:

0 commit comments

Comments
 (0)