Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/assets/docker-compose.yml
Richard van der Hoff 192cf0154a integration-test: Remove postgres container (#4858)
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.
2025-03-28 16:51:12 +00:00

15 lines
179 B
YAML

services:
synapse:
build: .
restart: "no"
healthcheck:
disable: true
volumes:
- synapse:/data
ports:
- 8228:8008/tcp
volumes:
synapse: