mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-10 21:55:19 +00:00
26 lines
1.5 KiB
YAML
26 lines
1.5 KiB
YAML
# This file contains overrides to docker-compose-dev.yml and should
|
|
# only be used in combination with that file.
|
|
services:
|
|
synapse:
|
|
# Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates.
|
|
# develop (not latest) is required for application service C-S/S-S proxying
|
|
# (MSC4512) and membership look-ups (MSC4502), which are not in a stable
|
|
# release yet.
|
|
image: ghcr.io/element-hq/synapse:develop@sha256:337921fd22be310d453344b2265f6c9942315446595df3cf81866f71ca2055a7
|
|
volumes:
|
|
- ./backend/playwright_homeserver.yaml:/data/cfg/homeserver.yaml:Z
|
|
synapse-1:
|
|
# Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates.
|
|
# develop (not latest) is required for application service C-S/S-S proxying
|
|
# (MSC4512) and membership look-ups (MSC4502), which are not in a stable
|
|
# release yet.
|
|
image: ghcr.io/element-hq/synapse:develop@sha256:337921fd22be310d453344b2265f6c9942315446595df3cf81866f71ca2055a7
|
|
volumes:
|
|
- ./backend/playwright_homeserver-othersite.yaml:/data/cfg/homeserver.yaml:Z
|
|
element-web:
|
|
# Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates.
|
|
image: ghcr.io/element-hq/element-web:develop@sha256:6ed62b2963ae098a1f79521eb516834dcf29452168e281cc359d9cfb4380adf6
|
|
element-web-1:
|
|
# Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates.
|
|
image: ghcr.io/element-hq/element-web:develop@sha256:6ed62b2963ae098a1f79521eb516834dcf29452168e281cc359d9cfb4380adf6
|