File tree Expand file tree Collapse file tree
emr-client/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,4 +74,8 @@ MISSING_FEATURES_README.md
7474ENROLLMENT_OPTIMIZATION_IMPLEMENTATION_AND_WALKTHROUGH.md
7575DOCKER_README.md
7676DOCKER_EXPLANATION.md
77- DOCKER_WALKTHROUGH.md
77+ DOCKER_WALKTHROUGH.md
78+ DOCKER_CHEATSHEETS.md
79+ UNTRACKED_MDS /
80+ scripts /docker-full.ps1
81+ scripts /docker-update.ps1
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ services:
7272 - ConnectionStrings__DefaultConnection=Host=postgres;Database=${POSTGRES_DB};Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD};Include Error Detail=true
7373 - ConnectionStrings__AzureStorage=${AZURE_STORAGE_CONNECTION_STRING}
7474 - Elasticsearch__Url=http://elasticsearch:9200
75+ - EMR_WIPE_DB=false
76+ - EMR_SEED_DB=false
7577 depends_on :
7678 postgres :
7779 condition : service_healthy
@@ -143,4 +145,3 @@ networks:
143145 driver : bridge
144146
145147
146-
You can’t perform that action at this time.
0 commit comments