Skip to content

Commit f0efda8

Browse files
committed
chore: update .gitignore for new scripts
1 parent 1f26f9b commit f0efda8

3 files changed

Lines changed: 219 additions & 74 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ MISSING_FEATURES_README.md
7474
ENROLLMENT_OPTIMIZATION_IMPLEMENTATION_AND_WALKTHROUGH.md
7575
DOCKER_README.md
7676
DOCKER_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

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)