Skip to content

Commit d6b2293

Browse files
committed
Remove DB wipe and seed environment variables from docker-compose
1 parent 65b0360 commit d6b2293

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ 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
7775
depends_on:
7876
postgres:
7977
condition: service_healthy

0 commit comments

Comments
 (0)