Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/assets/docker-compose.yml
T

15 lines
179 B
YAML
Raw Normal View History

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