This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Merge the Complement testing Docker images into a single, multi-purpose image.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ so **please don't use this image for a production server**.
77This multi-purpose image is built on top of ` Dockerfile-workers ` in the parent directory
88and can be switched using environment variables between the following configurations:
99
10- - Monolithic Synapse with SQLite (` SYNAPSE_COMPLEMENT_DATABASE=sqlite ` )
10+ - Monolithic Synapse with SQLite (default, or ` SYNAPSE_COMPLEMENT_DATABASE=sqlite ` )
1111- Monolithic Synapse with Postgres (` SYNAPSE_COMPLEMENT_DATABASE=postgres ` )
1212- Workerised Synapse with Postgres (` SYNAPSE_COMPLEMENT_DATABASE=postgres ` and ` SYNAPSE_COMPLEMENT_USE_WORKERS=true ` )
1313
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ case "$SYNAPSE_COMPLEMENT_DATABASE" in
3131 export START_POSTGRES=true
3232 ;;
3333
34- sqlite)
34+ sqlite| " " )
3535 # Configure supervisord not to start Postgres, as we don't need it
3636 export START_POSTGRES=false
3737 ;;
You can’t perform that action at this time.
0 commit comments