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

Commit

Permalink
BC-6724 - fix horizontal scrollbar (#71)
Browse files Browse the repository at this point in the history
* enabled new layout for e2e tests
  • Loading branch information
UzaeirKhan authored Jun 17, 2024
1 parent 8f068a9 commit 020aeb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ services:
- FILES_STORAGE__S3_REGION=eu-central-1
- CLAMAV__SERVICE_HOSTNAME=localhost
- CLAMAV__SERVICE_PORT=3310
# ENV for new side menu
- FEATURE_NEW_LAYOUT_ENABLED=true
# URIs and Port
- DB_URL=mongodb://mongodb-primary:27017,mongodb-secondary:27017,mongodb-arbiter:27017/schulcloud?replicaSet=rs0&tls=false
- REDIS_URI=redis://redis:6379
Expand Down Expand Up @@ -266,6 +268,8 @@ services:
- SC_FEDERALSTATE=mainstate
- CALENDAR_SERVICE_ENABLED=true
- REDIS_URI=redis://redis:6379
# ENV for new side menu
- FEATURE_NEW_LAYOUT_ENABLED=true
# Google
#- GOOGLE_ANALYTICS_TRACKING_ID="UA-155982548-1"
# URIs
Expand Down

0 comments on commit 020aeb8

Please sign in to comment.