mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-13 09:03:44 -05:00
Followup on https://github.com/matrix-org/matrix-rust-sdk/pull/3983: now that we don't have a sliding sync proxy, we don't need a postgres container.
15 lines
179 B
YAML
15 lines
179 B
YAML
services:
|
|
|
|
synapse:
|
|
build: .
|
|
restart: "no"
|
|
healthcheck:
|
|
disable: true
|
|
volumes:
|
|
- synapse:/data
|
|
ports:
|
|
- 8228:8008/tcp
|
|
|
|
volumes:
|
|
synapse:
|