mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-26 18:20:40 -04:00
19 lines
233 B
YAML
19 lines
233 B
YAML
|
|
version: '3'
|
|
|
|
services:
|
|
|
|
synapse:
|
|
build: .
|
|
restart: "no"
|
|
healthcheck:
|
|
disable: true
|
|
volumes:
|
|
- matrix-rust-sdk-ci-data:/data
|
|
|
|
ports:
|
|
- 8228:8008/tcp
|
|
|
|
volumes:
|
|
matrix-rust-sdk-ci-data:
|