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**.
7
7
This multi-purpose image is built on top of ` Dockerfile-workers ` in the parent directory
8
8
and can be switched using environment variables between the following configurations:
9
9
10
- - Monolithic Synapse with SQLite (` SYNAPSE_COMPLEMENT_DATABASE=sqlite ` )
10
+ - Monolithic Synapse with SQLite (default, or ` SYNAPSE_COMPLEMENT_DATABASE=sqlite ` )
11
11
- Monolithic Synapse with Postgres (` SYNAPSE_COMPLEMENT_DATABASE=postgres ` )
12
12
- Workerised Synapse with Postgres (` SYNAPSE_COMPLEMENT_DATABASE=postgres ` and ` SYNAPSE_COMPLEMENT_USE_WORKERS=true ` )
13
13
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ case "$SYNAPSE_COMPLEMENT_DATABASE" in
31
31
export START_POSTGRES=true
32
32
;;
33
33
34
- sqlite)
34
+ sqlite| " " )
35
35
# Configure supervisord not to start Postgres, as we don't need it
36
36
export START_POSTGRES=false
37
37
;;
You can’t perform that action at this time.
0 commit comments